|
|
@ -37,7 +37,7 @@ if [ -z "${GITHUB_TOKEN}" ]; then |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# List of files that should be synced. |
|
|
|
# List of files that should be synced. |
|
|
|
SYNC_FILES="CODE_OF_CONDUCT.md LICENSE Makefile.common SECURITY.md" |
|
|
|
SYNC_FILES="CODE_OF_CONDUCT.md LICENSE Makefile.common SECURITY.md .yamllint" |
|
|
|
|
|
|
|
|
|
|
|
# Go to the root of the repo |
|
|
|
# Go to the root of the repo |
|
|
|
cd "$(git rev-parse --show-cdup)" || exit 1 |
|
|
|
cd "$(git rev-parse --show-cdup)" || exit 1 |
|
|
|