Skip to content

Commit

Permalink
Update test-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 16, 2023
1 parent 4b40ac1 commit 6b3bc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
TOKEN: ${{ secrets.ADD_COMMIT_PUSH_TEST_TOKEN }}
- run: echo '{"sha":"${{ github.sha }}"}' > pull-request-fork.json
- run: git add --all
- run: git commit --message 'Trigger pull-request'
- run: git commit --message 'Trigger pull-request-fork'
- run: git push --force "https://x:[email protected]/actions4git/add-commit-push-test-pull-request-fork.git" main
env:
TOKEN: ${{ secrets.ADD_COMMIT_PUSH_TEST_TOKEN }}

0 comments on commit 6b3bc5e

Please sign in to comment.