We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d07aa commit e0f71e9Copy full SHA for e0f71e9
.github/workflows/release.yml
@@ -120,6 +120,16 @@ jobs:
120
}
121
core.setOutput('images-matrix', JSON.stringify(imagesMatrix));
122
123
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
124
+ if: always()
125
+ with:
126
+ persist-credentials: false
127
+ path: ./self-workflow
128
+ repository: ${{ steps.oidc.outputs.job_workflow_repo_name_and_owner }}
129
+ ref: ${{ steps.oidc.outputs.job_workflow_repo_ref }}
130
+ sparse-checkout: |
131
+ actions
132
+
133
prepare-images-to-release:
134
runs-on: ${{ inputs.runs-on && fromJson(inputs.runs-on) || 'ubuntu-latest' }}
135
permissions:
0 commit comments