Skip to content

Commit

Permalink
Pin github-push-action version so we're not subject to the whims of m…
Browse files Browse the repository at this point in the history
  • Loading branch information
siggisim committed Jan 5, 2021
1 parent 757ff1a commit b346723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
git commit -m "Update OSS commit SHA" -a
- name: Push changes
uses: ad-m/github-push-action@master
uses: ad-m/github-push-action@v0.6.0
with:
directory: ../buildbuddy-internal
repository: buildbuddy-io/buildbuddy-internal
github_token: ${{ secrets.BUILDBUDDY_GITHUB_USER_TOKEN }}
branch: master

0 comments on commit b346723

Please sign in to comment.