Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is a workaround for having workflow ref. See https://github.com/orgs/commun... #218

Open
2 tasks
github-actions bot opened this issue Mar 31, 2024 · 0 comments
Labels
bug Something isn't working todo

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Mar 31, 2024

# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659

      fail-fast: false
      matrix:
        action: ${{ fromJson(needs.prepare-release.outputs.changed-actions) }}
    # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
    permissions:
      contents: read
      id-token: write
    steps:
      - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.12.1
      
      # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
      # jscpd:ignore-start
      - id: oidc
        uses: ChristopherHX/oidc@v3
      - uses: actions/checkout@v4 # checks out called workflow
        with:
          path: ./self-workflow
          repository: ${{ steps.oidc.outputs.job_workflow_repo_name_and_owner }}
          ref: ${{ steps.oidc.outputs.job_workflow_repo_ref }}
      # jscpd:ignore-end

      - id: action-slug
        uses: ./self-workflow/actions/slugify
        with:
          value: ${{ matrix.action }}

      - name: 📖 Generate README
        uses: bitflight-devops/github-action-readme-generator@v1.8.0

Tasks

@github-actions github-actions bot added bug Something isn't working todo labels Mar 31, 2024
@hoverkraft-tech hoverkraft-tech deleted a comment from github-actions bot Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working todo
Projects
None yet
Development

No branches or pull requests

1 participant