Skip to content

Commit

Permalink
chore: nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs committed Oct 9, 2023
1 parent 76b64e9 commit 4bbd393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fix-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Format code
run: go run mage.go format
- name: Check for uncommitted changes
id: check-changes
id: check-uncommited
uses: mskri/[email protected]
- name: Commit and push changes
if: steps.check-changes.outputs.outcome == failure()
if: steps.check-uncommited.outputs.outcome == failure()
uses: devops-infra/action-commit-push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4bbd393

Please sign in to comment.