Skip to content

Commit

Permalink
fix: checkout the repo before trying to analyze git status
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Apr 19, 2024
1 parent d519137 commit e98eb98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/approve-flake-lock-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: github.actor == 'github-actions[bot]' && github.event.pull_request.labels.*.name == 'flake.lock automation'
steps:
- uses: actions/checkout@v4
- name: Approve flake.lock PRs (still requires 1 human approval)
run: |
# only run if only exactly 1 file is changed;
Expand Down

0 comments on commit e98eb98

Please sign in to comment.