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: 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 }}