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.
tools.cli-proxy
2 parents 836d33f + 0355507 commit fcf7d6eCopy full SHA for fcf7d6e
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,8 @@ jobs:
14
- name: Set up gh-aw CLI
15
uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # v0.71.4
16
with:
17
- gh_token: ${{ secrets.GITHUB_TOKEN }}
+ version: v0.71.4
18
+ github-token: ${{ secrets.GITHUB_TOKEN }}
19
20
- name: Compile workflows
21
run: gh aw compile --dir workflows
@@ -27,7 +28,8 @@ jobs:
27
28
29
30
31
32
33
34
- name: Initialize target repository
35
run: |
0 commit comments