Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 8, 2026

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Original prompt

Suggest a way to optionally insert a deterministic pre-compute step for agentic workflows if needed (like the discover phase on campaigns) and be guided by regular actions syntax:

jobs:
  job1:
    runs-on: ubuntu-latest
    outputs:
      message: ${{ steps.out.outputs.msg }}
    steps:
      - id: out
        run: echo "msg=Hello from job1" >> "$GITHUB_OUTPUT"

  job2:
    runs-on: ubuntu-latest
    needs: job1
    steps:
      - name: Use output from job1
        run: echo "${{ needs.job1.outputs.message }}"

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@mnkiefer
Copy link
Contributor

mnkiefer commented Jan 8, 2026

  • Not needed

@mnkiefer mnkiefer closed this Jan 8, 2026
Copilot AI requested a review from mnkiefer January 8, 2026 13:27
Copilot stopped work on behalf of mnkiefer due to an error January 8, 2026 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants