Skip to content

Commit

Permalink
Merge pull request #1515 from pyiron/fix_action
Browse files Browse the repository at this point in the history
Fix Github action
  • Loading branch information
jan-janssen committed Oct 30, 2023
2 parents 1f41752 + de10bf8 commit e8d9bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UpdateDependabotPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git config --local user.name "pyiron-runner"
git commit -m "[dependabot skip] Update environment" -a
- name: UpdateDependabotPR push
uses: ad-m/github-push-action@main
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.DEPENDABOT_WORKFLOW_TOKEN }}
branch: ${{ github.event.pull_request.head.ref }}

0 comments on commit e8d9bb6

Please sign in to comment.