Skip to content

Commit

Permalink
Update trigger-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Mar 12, 2024
1 parent b146f51 commit 8adf48e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/trigger-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: make curl request
run: curl -u ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} \
-X POST https://api.github.com/repos/${{ github.actor }}/website/pages/builds \
-H "Accept: application/vnd.github.mister-fantastic-preview+json"
run: curl -u ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} -X POST https://api.github.com/repos/${{ github.actor }}/website/pages/builds -H "Accept: application/vnd.github.mister-fantastic-preview+json"

0 comments on commit 8adf48e

Please sign in to comment.