Skip to content

Commit

Permalink
fix: Checkout repo before labeling PR
Browse files Browse the repository at this point in the history
The gh cli complains that it is not running in a git directory.
  • Loading branch information
gonzolino committed Feb 21, 2023
1 parent 0157771 commit 88c87c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3.3.0
- name: Get PR number
id: pr
run: |
Expand Down

0 comments on commit 88c87c0

Please sign in to comment.