Hi gh-aw team!
I’m trying to use dry-run with gh aw trial:
gh aw trial ./.github/workflows/myworkflow.md
My workflow imports a shared local file:
imports:
- uses: shared/apm.md
with:
packages:
- github/awesome-copilot/skills/review-and-refactor
However, the trial command creates a new gh-aw-trial repository that does not include shared/apm.md, so the run fails with:
error: import file not found
Would it be possible for gh aw trial to also copy shared/apm.md into the trial repository?
Alternatively, is there a recommended way to structure workflows with local imports so they work correctly with gh aw trial?
Thanks!
Hi gh-aw team!
I’m trying to use dry-run with
gh aw trial:My workflow imports a shared local file:
However, the trial command creates a new
gh-aw-trialrepository that does not includeshared/apm.md, so the run fails with:Would it be possible for
gh aw trialto also copyshared/apm.mdinto the trial repository?Alternatively, is there a recommended way to structure workflows with local imports so they work correctly with
gh aw trial?Thanks!