Skip to content

Commit e172434

Browse files
committed
Checkout code for failure notification
1 parent c420598 commit e172434

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pre-merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ jobs:
118118
needs: collect-image-urls
119119
if: ${{ inputs.release_tag && failure() }}
120120
steps:
121+
- name: Checkout code
122+
uses: actions/checkout@v4
123+
121124
- name: Send Failure Slack notification
122125
run: |
123126
workflow_url="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 commit comments

Comments
 (0)