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 13ae063
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmd-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
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 13ae063

Please sign in to comment.