Skip to content

Commit

Permalink
explicitly set shell
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairjcbrown committed Jun 21, 2023
1 parent 7d80d5d commit 46bc6a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/password-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:
id: changes
run: |
filesChanged=$(sh ./scripts/check-for-changes.sh)
echo $?
if [ -z "$filesChanged" ]; then hasChanged="false"; else hasChanged="true"; fi
echo $?
echo "hasChanged=$hasChanged" >> "$GITHUB_OUTPUT"
echo $?
shell: bash {0}
- name: Get current date
id: date
run: |
Expand Down

0 comments on commit 46bc6a0

Please sign in to comment.