Skip to content

Commit 03fe71d

Browse files
committed
Checkout repo before executing the commands
Signed-off-by: Samreet <samreet.singh@iteratec.com>
1 parent 14d9b4d commit 03fe71d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/move-dependabot-pr-to-review.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
PR_NUMBER: ${{ github.event.pull_request.number}}
2020
runs-on: ubuntu-22.04
2121
steps:
22+
- uses: actions/checkout@v4
23+
2224
- name: Add dependabot PR to column To Review
2325
run: |
2426
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token

0 commit comments

Comments
 (0)