We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bdad2 commit b9ac82bCopy full SHA for b9ac82b
.github/workflows/release.yml
@@ -189,6 +189,16 @@ jobs:
189
value: ${{ steps.set-images-to-release.outputs.image-to-release }}
190
artifact-name: images-to-release
191
192
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
193
+ if: always()
194
+ with:
195
+ persist-credentials: false
196
+ path: ./self-workflow
197
+ repository: ${{ steps.oidc.outputs.job_workflow_repo_name_and_owner }}
198
+ ref: ${{ steps.oidc.outputs.job_workflow_repo_ref }}
199
+ sparse-checkout: |
200
+ actions
201
+
202
get-images-to-release:
203
needs: prepare-images-to-release
204
runs-on: ${{ inputs.runs-on && fromJson(inputs.runs-on) || 'ubuntu-latest' }}
0 commit comments