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.
2 parents 6ec6c1a + e2b7e41 commit ca57bb4Copy full SHA for ca57bb4
.github/workflows/generate.yml
.github/workflows/trigger.yml
@@ -9,10 +9,6 @@ jobs:
9
steps:
10
- name: Enable each workflow
11
run: |
12
- curl -i -X PUT \
13
- -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' \
14
- -H "Accept: application/vnd.github.v3+json" \
15
- 'https://api.github.com/repos/vim-jp/vimdoc-en/actions/workflows/generate.yml/enable'
16
curl -i -X PUT \
17
-H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' \
18
-H "Accept: application/vnd.github.v3+json" \
0 commit comments