Skip to content

Commit 95b020b

Browse files
authored
Remove --dir workflows flag; restore validate step for default location
2 parents 672a068 + 8af6bc1 commit 95b020b

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ jobs:
4848
- name: Validate published workflows
4949
env:
5050
GH_TOKEN: ${{ github.token }}
51-
SOURCE_DIR: ${{ github.workspace }}/workflows
5251
run: |
5352
set -euo pipefail
54-
gh aw compile --dir workflows --validate --no-emit
53+
gh aw compile --validate --no-emit
5554
- name: Run published workflows on this repo
5655
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.run_workflows == 'true' }}
5756
env:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Changelog entries should describe what changed for users of these workflows, not
2323
- Omit vague filler like "various fixes" when the actual effect can be named.
2424
- Do not include contributor handles, reviewer names, or other attribution in release entries.
2525

26+
## [0.3.2] - 2026-06-12
27+
28+
### Changed
29+
30+
- Consolidated published workflow sources under `.github/workflows/` and removed the legacy `workflows/` directory. If you reference workflow files by path, update those references to `.github/workflows/...`.
31+
2632
## [0.3.1] - 2026-06-09
2733

2834
### Fixed

0 commit comments

Comments
 (0)