Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tibrnui committed Aug 26, 2024
1 parent b23dc2e commit 017ffd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
git config --global user.name "tibrnui"
git add .
git commit -m "test"
git remote set-url origin https://${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git remote set-url origin https://jenkinsci:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git push --set-upstream origin feat/test-12
gh pr create --base develop --head feat/test-12

0 comments on commit 017ffd7

Please sign in to comment.