Correct the github-push-action repo

This commit is contained in:
Eric Schultz 2020-12-15 16:38:53 -06:00 committed by Eric Schultz
parent ccd2f58462
commit 35f081c8ca
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -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 }}