Skip to content
Discussion options

You must be logged in to vote

Hi

See the feature request that I have created: https://github.com/orgs/community/discussions/175827

As a workaround, instead of reusing a workflow (that causes error "Calling a reusable workflow with the uses: keyword is not supported in copilot-setup-steps jobs. Please specify the steps directly. "):

jobs:
  copilot-setup-steps:
    uses: MYORGANIZATION/COMMONREPO/.github/workflows/MYWORKFLOW.yml@main
    name: Setup GitHub Copilot Coding Environment
    permissions:
      contents: read
      packages: read

you can create an action of type "composite" (which is a sequence of steps, see https://docs.github.com/en/actions/tutorials/create-actions/create-a-composite-action) and use:

jobs…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@mungojam
Comment options

@mungojam
Comment options

@Argh94
Comment options

@m7pr
Comment options

Comment options

You must be logged in to vote
1 reply
@mungojam
Comment options

Answer selected by mungojam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants