Skip to content

Commit 7ba4f33

Browse files
update
1 parent cf8e994 commit 7ba4f33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow-restarter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Workflow Restarter
33
on:
4-
workflow_call:
4+
workflow_dispatch:
55
inputs:
66
repo:
77
description: "GitHub repository name."

docs/workflow-restarter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For example, the following will trigger a restart if either the `acceptance` or
7171
# this to trigger the reusable workflow that restarts the failed job; and
7272
# (b) custom actions do not have access to the calling workflow's secrets
7373
- name: Trigger reusable workflow
74-
uses: ./.github/actions/workflow-restarter-proxy
74+
uses: ./.github/actions/workflow-restarter-proxy@main
7575
env:
7676
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777
with:

0 commit comments

Comments
 (0)