Skip to content

Commit

Permalink
chore(GithubAction): test run 2
Browse files Browse the repository at this point in the history
  • Loading branch information
VadymBezpalko committed Sep 12, 2024
1 parent 250e5bd commit f48f825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
curl -X POST \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"title":"[TEST] Merge-back: release to main","body":"This is an automated PR to merge the release branch into main after version bump and publish.","head":"feature/main-workflow-test-v2","base":"main"}' \
-d '{"title":"[TEST] Merge-back: release to main","body":"This is an automated PR to merge the release branch into main after version bump and publish.","head":"feature/v2-build-test","base":"main"}' \
https://api.github.com/repos/${{ github.repository }}/pulls

0 comments on commit f48f825

Please sign in to comment.