Update action.yml

This commit is contained in:
Kamil Chodoła
2024-05-08 09:21:24 +02:00
committed by GitHub
parent 9f11ef071c
commit 4448d68509

View File

@@ -38,7 +38,7 @@ inputs:
runs:
using: 'composite'
steps:
- run: chmod +x ./scripts/wait-for-workflow.sh && ./scripts/wait-for-workflow.sh
- run: bash ./scripts/wait-for-workflow.sh
shell: bash
env:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}