Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Sep 8, 2022
1 parent 48f1a7f commit 7a467e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-update-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Update all Go modules
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr checkout "$PR_URL"
./scripts/go-update-dep-all.sh ${{ format('{0}@v{1}', steps.deps.outputs.name, steps.deps.outputs.version) }}
git config --global user.email "dependabot[bot]@users.noreply.github.com"
git config --global user.name "dependabot[bot]"
git add -A
git commit -m "build(deps): update all go modules"
gh push
git push

0 comments on commit 7a467e0

Please sign in to comment.