Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSSenne committed Jan 25, 2025
1 parent 69fe235 commit f498bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git diff --staged --quiet || echo "changed=true" >> $GITHUB_ENV
- name: Commit changes
if: jobs.run-and-commit.steps.git-check.env.changed == 'true'
if: job.run-and-commit.steps.git-check.env.changed == 'true'
run: |
git config --global user.name 'GitHub Actions Bot'
git config --global user.email '[email protected]'
Expand Down

0 comments on commit f498bbf

Please sign in to comment.