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
2 changes: 1 addition & 1 deletion .github/workflows/workflow-restarter.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Workflow Restarter
on:
workflow_call:
workflow_dispatch:
inputs:
repo:
description: "GitHub repository name."
Expand Down
2 changes: 1 addition & 1 deletion docs/workflow-restarter.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ For example, the following will trigger a restart if either the `acceptance` or
# this to trigger the reusable workflow that restarts the failed job; and
# (b) custom actions do not have access to the calling workflow's secrets
- name: Trigger reusable workflow
uses: ./.github/actions/workflow-restarter-proxy
uses: ./.github/actions/workflow-restarter-proxy@main
env:
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down