Skip to content

Commit

Permalink
Attempted fix for protected branches in GitHub push action: phips28/g…
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonni committed Oct 11, 2023
1 parent e3c3286 commit 1f52cb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Checkout Git repository
uses: 'actions/checkout@v3'
with:
persist-credentials: false
ref: ${{ github.ref }}

- name: Read package.json
Expand Down

0 comments on commit 1f52cb0

Please sign in to comment.