Skip to content

Commit

Permalink
Update nightly ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Jan 22, 2024
1 parent 1215870 commit 2022a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
curl -XPOST -H "Authorization: token ${{ secrets.WORKFLOW_TOKEN }}" \
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Content-Type: application/json" \
https://api.github.com/repos/typecho/Dockerfile/actions/workflows/build.yml/dispatches --data '{"ref": "main", "inputs": {"version": "nightly"}}'
https://api.github.com/repos/${{ github.repository }}/actions/workflows/build.yml/dispatches --data '{"ref": "main", "inputs": {"version": "nightly"}}'

0 comments on commit 2022a3d

Please sign in to comment.