Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Apr 9, 2024
1 parent ee5dd5a commit b1b7fba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
echo "something" >> README.md
git add README.md
git commit -m "Switch docs version back"
git push -u origin switch-docs-version
PULL_REQUEST_URI=$(gh pr create --title "Switch docs version back" --body "" --head main)
gh pr merge $PULL_REQUEST_URI --merge
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions trigger
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
aaa
aaa
aaa
aaa

0 comments on commit b1b7fba

Please sign in to comment.