Skip to content

Commit

Permalink
Properly evaluate expression
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Aug 1, 2024
1 parent 2155392 commit c05f29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periodic-scrape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
fi
- name: Commit changes
if: steps.git_diff.outputs.changes == 'true'
if: ${{ steps.git_diff.outputs.changes == 'true' }}
run: |
git commit -m "Automated code changes"

0 comments on commit c05f29e

Please sign in to comment.