Skip to content

Commit

Permalink
Fix bug in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairjcbrown committed Jun 21, 2023
1 parent f84f4a4 commit 188a42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/password-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
echo "currentDate=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT"
- name: Create PR for updated rules
if: ${{ steps.changes.outputs.hasChanged == "true" }}
if: ${{ steps.changes.outputs.hasChanged == 'true' }}
uses: peter-evans/create-pull-request@88bf0de51c7487d91e1abbb4899332e602c58bbf
with:
add-paths: |
Expand Down

0 comments on commit 188a42a

Please sign in to comment.