Skip to content

Commit

Permalink
Add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Oct 7, 2024
1 parent 097c66b commit 2d54f36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/repository-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,11 @@ jobs:
&& contains(needs.*.result, 'failure')
run: exit 1

- name: Check out target ref
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
ref: main

- name: Clean up new branch
if: failure()
env:
Expand Down

0 comments on commit 2d54f36

Please sign in to comment.