Correct the github-push-action repo
This commit is contained in:
parent
ccd2f58462
commit
35f081c8ca
2 changed files with 2 additions and 2 deletions
2
.github/workflows/dependabot-js.yml
vendored
2
.github/workflows/dependabot-js.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
||||||
git config --global user.email 'wwahammy@users.noreply.github.com'
|
git config --global user.email 'wwahammy@users.noreply.github.com'
|
||||||
git commit -am "Updated NOTICE-js (Houdini NOTICE-js worker)"
|
git commit -am "Updated NOTICE-js (Houdini NOTICE-js worker)"
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: ad-m/github-push-action
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.NOTICE_WORKER_PAT }}
|
github_token: ${{ secrets.NOTICE_WORKER_PAT }}
|
||||||
branch: ${{ github.ref }}
|
branch: ${{ github.ref }}
|
||||||
|
|
2
.github/workflows/dependabot-ruby.yml
vendored
2
.github/workflows/dependabot-ruby.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
git config --global user.email 'wwahammy@users.noreply.github.com'
|
git config --global user.email 'wwahammy@users.noreply.github.com'
|
||||||
git commit -am "Updated NOTICE-ruby (Houdini NOTICE-ruby worker)"
|
git commit -am "Updated NOTICE-ruby (Houdini NOTICE-ruby worker)"
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: ad-m/github-push-action
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.NOTICE_WORKER_PAT }}
|
github_token: ${{ secrets.NOTICE_WORKER_PAT }}
|
||||||
branch: ${{ github.ref }}
|
branch: ${{ github.ref }}
|
Loading…
Reference in a new issue