Skip to content

Commit

Permalink
Merge branch 'main' into SecurityContact
Browse files Browse the repository at this point in the history
  • Loading branch information
Springstone authored Jun 7, 2024
2 parents 815b61f + c71f0cf commit 043547b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-alz-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
mapfile -t CHECK_GIT_STATUS < <(git status -s)
printf "%s\n" "${CHECK_GIT_STATUS[@]}"
echo "::set-output name=changes::${#CHECK_GIT_STATUS[@]}"
echo "changes=${#CHECK_GIT_STATUS[@]}" >> "$GITHUB_OUTPUT"
- name: Add files, commit and push
if: steps.git_status.outputs.changes > 0
Expand Down

0 comments on commit 043547b

Please sign in to comment.