Skip to content

Commit e98eb98

Browse files
committed
fix: checkout the repo before trying to analyze git status
1 parent d519137 commit e98eb98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/approve-flake-lock-prs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: github.actor == 'github-actions[bot]' && github.event.pull_request.labels.*.name == 'flake.lock automation'
1515
steps:
16+
- uses: actions/checkout@v4
1617
- name: Approve flake.lock PRs (still requires 1 human approval)
1718
run: |
1819
# only run if only exactly 1 file is changed;

0 commit comments

Comments
 (0)