最新的 release 0.3.0b0 登录页面登录后提示登录成功,但是一直在登录页无法跳转 #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🚧 Create Issue Branch | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
cib: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/use-app-token@v2 | |
with: | |
app_id: ${{ secrets.APP_ID }} | |
private_key: ${{ secrets.PRIVATE_KEY }} | |
- uses: robvanderleek/create-issue-branch@main | |
env: | |
GITHUB_TOKEN: ${{ env.BOT_TOKEN }} |