mirror of
https://github.com/kamilchodola/wait-for-workflow-action.git
synced 2026-04-30 16:17:38 -05:00
Update action.yml
This commit is contained in:
@@ -38,7 +38,7 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- run: chmod +x ./scripts/wait-for-workflow.sh && ./scripts/wait-for-workflow.sh
|
- run: bash ./scripts/wait-for-workflow.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user