Skip to content

Commit

Permalink
changed branches to ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Feb 17, 2023
1 parent e616525 commit b566456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
steps:
- name: Trigger
run: |
curl --silent --show-error --fail -X POST -d "branches=$BRANCHES" -d "token=$TOKEN" https://readthedocs.org/api/v2/webhook/$PROJECT
curl --silent --show-error --fail -X POST -d "ref=$BRANCHES" -d "token=$TOKEN" https://readthedocs.org/api/v2/webhook/$PROJECT
env:
TOKEN: ${{ secrets.READTHEDOCS_TOKEN }}

0 comments on commit b566456

Please sign in to comment.