Skip to content

Commit

Permalink
update repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Jun 30, 2021
1 parent 0d09495 commit 99ff048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
prerelease: false
- name: Trigger Bucket Update
run: |
curl -XPOST -H "Content-Type:application/json" -H "Authorization:token ${GITHUB_TOKEN}" -d '{"inputs":{},"ref":"master"}' https://api.github.com/repos/frostming/frostming.github.io/actions/workflows/${WORKFLOW_ID}/dispatches
curl -XPOST -H "Content-Type:application/json" -H "Authorization:token ${GITHUB_TOKEN}" -d '{"inputs":{},"ref":"master"}' https://api.github.com/repos/frostming/scoop-frostming/actions/workflows/${WORKFLOW_ID}/dispatches
env:
GITHUB_TOKEN: ${{ secrets.G_T }}
WORKFLOW_ID: ${{ secrets.WORKFLOW_ID }}

0 comments on commit 99ff048

Please sign in to comment.