Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Didrichsen <[email protected]>
  • Loading branch information
gavindidrichsen committed Apr 23, 2024
1 parent ea4dcb7 commit fcb315e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/workflow-restarter-proxy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
NOTE: This action cannot itself do the re-start because in effect it's composite steps get folded
into the source workflow, the one that "uses" this custom action. Since github does not allow a workflow
to retrigger itself, then the source workflow must be triggered not by this but by another workflow.
Therefore, this custom action triggers that other workflow.
Therefore, this custom action triggers that other workflow via the API.
inputs:
repository:
description: 'Should be set to github.repository via the calling workflow'
Expand Down

0 comments on commit fcb315e

Please sign in to comment.