You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
fail-fast: falsematrix:
workflow: ${{ fromJson(needs.prepare-release.outputs.changed-workflows) }}# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659permissions:
contents: readid-token: writesteps:
- uses: actions/checkout@v4# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659# jscpd:ignore-start
- id: oidcuses: ChristopherHX/oidc@v3
- uses: actions/checkout@v4 # checks out called workflowwith:
path: ./self-workflowrepository: ${{ steps.oidc.outputs.job_workflow_repo_name_and_owner }}ref: ${{ steps.oidc.outputs.job_workflow_repo_ref }}# jscpd:ignore-end
- id: workflow-sluguses: ./self-workflow/actions/slugifywith:
value: ${{ matrix.workflow }}
- name: 📖 Generate READMEid: generate-readmerun:
The content you are editing has changed. Please copy your edits and refresh the page.
ci-github-common/.github/workflows/release-actions.yml
Line 185 in 8bff35d
Tasks
The text was updated successfully, but these errors were encountered: