Skip to content

Commit 9782d3d

Browse files
authored
fix: checkout in comment bot workflow for CD pipeline (#181)
1 parent a2f66bd commit 9782d3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/comment_bot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
if: ${{ github.event.issue.pull_request }} # check if the comments come from a pull request and exclude comments from issues
1010
runs-on: [ubuntu-latest]
1111
steps:
12+
- name: Check out the repository
13+
uses: actions/checkout@v3
14+
1215
- name: Run Tests
1316
if: startsWith(github.event.comment.body, '/check') # check that the comment startsWith the "/check" keyword
1417
uses: ./.github/workflows/tests.yml

0 commit comments

Comments
 (0)