Skip to content

Commit

Permalink
removed owner from template, is provided by repo value
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Mar 7, 2024
1 parent 464cbac commit e9ac83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/${{ github.repository_owner }}/${{ github.repository }}/pages" \
"https://api.github.com/repos/${{ github.repository }}/pages" \
-d '{"source":{"branch":"main","path":"/"}}'

0 comments on commit e9ac83a

Please sign in to comment.