Skip to content

Commit

Permalink
Update create-token-pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alizedebray committed Oct 28, 2024
1 parent ebe269c commit 3cc85ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-token-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Update Tokens Branch
run: |
git checkout ${{ github.ref_name }}
git merge origin/main -X yours --no-edit
git merge origin/main -X ours --no-edit
git push
env:
GITHUB_TOKEN: ${{ secrets.SWISSPOSTDEVS_ACCESS_TOKEN }}
Expand Down

0 comments on commit 3cc85ee

Please sign in to comment.