We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9b53e commit 523c5f1Copy full SHA for 523c5f1
1 file changed
.github/workflows/deploy.yaml
@@ -101,4 +101,4 @@ jobs:
101
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN || github.token }}
102
shell: sh
103
run: |
104
- gh api --verbose -X PUT "repos/${GITHUB_REPOSITORY}/actions/workflows/integration-test.yml/enable"
+ gh api --verbose -X PUT "repos/${GITHUB_REPOSITORY}/actions/workflows/deploy.yaml/enable"
0 commit comments