File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -198,11 +198,6 @@ jobs:
198198 path : ./self-workflow
199199 repository : ${{ steps.oidc.outputs.job_workflow_repo_name_and_owner }}
200200 ref : ${{ steps.oidc.outputs.job_workflow_repo_ref }}
201- - uses : actions/checkout@v4
202- with :
203- path : ./self-workflow
204- repository : ${{ steps.oidc.outputs.job_workflow_repo_name_and_owner }}
205- ref : ${{ steps.oidc.outputs.job_workflow_repo_ref }}
206201 - run : |
207202 echo "self-workflow" >> .gitignore
208203 echo "self-workflow" >> .dockerignore
@@ -286,7 +281,7 @@ jobs:
286281 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
287282 - id : oidc
288283 uses : ChristopherHX/oidc@v2
289- - uses : actions/checkout@v4 # checks out called workflow
284+ - uses : actions/checkout@v4
290285 with :
291286 path : ./self-workflow
292287 repository : ${{ steps.oidc.outputs.job_workflow_repo_name_and_owner }}
You can’t perform that action at this time.
0 commit comments