Skip to content

Commit

Permalink
patch: test
Browse files Browse the repository at this point in the history
  • Loading branch information
tibrnui committed Aug 26, 2024
1 parent 22a01af commit 25863dc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@ jobs:
- env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh repo list
git checkout -b feat/test-12
touch test
git add .
git commit -m "test"
git remote set-url origin https://uipath:${{ 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 25863dc

Please sign in to comment.