Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/manual-fallback-website-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
echo "ℹ️ Normal website updates are triggered automatically by action release."

- name: Trigger website update
uses: helpers4/action/trigger-website-update@main
uses: helpers4/action/dispatch-with-fallback@main
with:
target-owner: helpers4
target-repo: website
event-type: action-release
payload: '{"version": "latest"}'
app-id: ${{ vars.TRIGGANATOR_ID }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
echo "ℹ️ Normal website updates are triggered automatically by devcontainer release."

- name: Trigger website update
uses: helpers4/action/trigger-website-update@main
uses: helpers4/action/dispatch-with-fallback@main
with:
target-owner: helpers4
target-repo: website
event-type: devcontainer-release
payload: '{"version": "latest"}'
app-id: ${{ vars.TRIGGANATOR_ID }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/manual-fallback-website-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
echo "ℹ️ Normal website updates are triggered automatically by typescript release."

- name: Trigger website update
uses: helpers4/action/trigger-website-update@main
uses: helpers4/action/dispatch-with-fallback@main
with:
target-owner: helpers4
target-repo: website
event-type: typescript-release
payload: '{"version": "${{ inputs.version }}"}'
app-id: ${{ vars.TRIGGANATOR_ID }}
Expand Down