Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Aug 5, 2022
1 parent cff8be5 commit 093f96e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: .
- uses: ./
env:
LOGIN: ${{ github.event.issue.user.login }}
MESSAGE: ${{ github.event.issue.body }}
Expand All @@ -99,7 +99,7 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: .
- uses: ./
env:
LOGIN: ${{ github.event.pull_request.user.login }}
MESSAGE: ${{ github.event.pull_request.body }}
Expand All @@ -120,7 +120,7 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: .
- uses: ./
env:
LOGIN: ${{ github.event.comment.user.login }}
MESSAGE: ${{ github.event.comment.body }}
Expand All @@ -136,7 +136,7 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: .
- uses: ./
env:
LOGIN: ${{ github.event.comment.user.login }}
MESSAGE: ${{ github.event.comment.body }}
Expand All @@ -152,7 +152,7 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: .
- uses: ./
env:
LOGIN: ${{ github.event.comment.user.login }}
MESSAGE: ${{ github.event.comment.body }}
Expand Down

0 comments on commit 093f96e

Please sign in to comment.