diff --git a/.github/workflows/bump-sec-scanners-config-reusable.yml b/.github/workflows/bump-sec-scanners-config-reusable.yml index 7435bc7..9ee99a6 100644 --- a/.github/workflows/bump-sec-scanners-config-reusable.yml +++ b/.github/workflows/bump-sec-scanners-config-reusable.yml @@ -93,7 +93,7 @@ jobs: if [ -z "$(git status --porcelain)" ]; then echo "No changes found. No need to create a PR" else - echo "Changes found. Creating a PR and waiting for it to be merged." + echo "Changes found. Creating a PR and waiting for it to be merged." echo "CREATE_PR=true" >> $GITHUB_ENV fi