Skip to content

Commit

Permalink
development
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex committed Dec 8, 2024
1 parent 8c91136 commit 4b4c5dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions actions/publish2pages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ runs:
update_ctx
continue-on-error: true

- name: Allow downstream workflows to trigger
run: |
echo "Enabling downstream workflow triggers"
env:
ACTIONS_ALLOW_UNSECURE_DOWNSTREAM: "true"

- name: Commit changes
id: commit
run: |
Expand All @@ -141,6 +147,8 @@ runs:





# curl -X POST -H "Accept: application/vnd.github+json" \
# -H "Authorization: Bearer $GITHUB_TOKEN" \
# https://api.github.com/repos/${{ github.repository }}/actions/workflows/static.yml/dispatches \
Expand Down

0 comments on commit 4b4c5dc

Please sign in to comment.