From 35f081c8cafbaa760cdcae05af84b8fb105f7ffc Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Tue, 15 Dec 2020 16:38:53 -0600 Subject: [PATCH] Correct the github-push-action repo --- .github/workflows/dependabot-js.yml | 2 +- .github/workflows/dependabot-ruby.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-js.yml b/.github/workflows/dependabot-js.yml index e0eb6a57..81b57790 100644 --- a/.github/workflows/dependabot-js.yml +++ b/.github/workflows/dependabot-js.yml @@ -42,7 +42,7 @@ jobs: git config --global user.email 'wwahammy@users.noreply.github.com' git commit -am "Updated NOTICE-js (Houdini NOTICE-js worker)" - name: Push changes - uses: ad-m/github-push-action + uses: ad-m/github-push-action@master with: github_token: ${{ secrets.NOTICE_WORKER_PAT }} branch: ${{ github.ref }} diff --git a/.github/workflows/dependabot-ruby.yml b/.github/workflows/dependabot-ruby.yml index 729a3df6..c7379604 100644 --- a/.github/workflows/dependabot-ruby.yml +++ b/.github/workflows/dependabot-ruby.yml @@ -43,7 +43,7 @@ jobs: git config --global user.email 'wwahammy@users.noreply.github.com' git commit -am "Updated NOTICE-ruby (Houdini NOTICE-ruby worker)" - name: Push changes - uses: ad-m/github-push-action + uses: ad-m/github-push-action@master with: github_token: ${{ secrets.NOTICE_WORKER_PAT }} branch: ${{ github.ref }} \ No newline at end of file