We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d8331 commit 1f181b3Copy full SHA for 1f181b3
1 file changed
.github/workflows/ci.yml
@@ -12,10 +12,14 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v4
14
- name: Install gh-aw
15
- run: |
16
- curl -fsSL https://raw.githubusercontent.com/githubnext/gh-aw/refs/heads/main/install-gh-aw.sh -o /tmp/install-gh-aw.sh
17
- bash /tmp/install-gh-aw.sh
+ run: gh extension install githubnext/gh-aw
+ env:
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
- name: Verify gh-aw installation
19
- run: ./gh-aw --version
+ run: gh aw --version
20
21
22
- name: Compile workflows
- run: ./gh-aw compile --workflows-dir workflows --verbose
23
+ run: gh aw compile --workflows-dir workflows --verbose
24
25
0 commit comments