Skip to content

Commit

Permalink
implemented checkout for branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Apr 22, 2024
1 parent 4b71355 commit faf9607
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmd-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Bot
steps:
- uses: actions/checkout@v4
- run: hub pr checkout ${{ github.event.issue.number || github.event.pull_request.number }}
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: paritytech/cmd-action@parse-comment
id: cmd
with:
Expand Down

0 comments on commit faf9607

Please sign in to comment.