Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Apr 9, 2024
1 parent b8562b0 commit ee5dd5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ jobs:
permissions:
contents: write
id-token: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- run: |
echo "something" >> README.md
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git checkout -b switch-docs-version
echo "something" >> README.md
git add README.md
git commit -m "Switch docs version back"
PULL_REQUEST_URI=$(gh pr create --title "Switch docs version back" --body "" --head main --base main)
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 }}
1 change: 1 addition & 0 deletions trigger
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
aaa
aaa
aaa

0 comments on commit ee5dd5a

Please sign in to comment.