Skip to content

Commit 523c5f1

Browse files
authored
Enable deploy.yaml workflow in GitHub Actions
1 parent bb9b53e commit 523c5f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ jobs:
101101
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN || github.token }}
102102
shell: sh
103103
run: |
104-
gh api --verbose -X PUT "repos/${GITHUB_REPOSITORY}/actions/workflows/integration-test.yml/enable"
104+
gh api --verbose -X PUT "repos/${GITHUB_REPOSITORY}/actions/workflows/deploy.yaml/enable"

0 commit comments

Comments
 (0)