Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 606ded2

Browse files
double-quoted input to shell script
1 parent afd9831 commit 606ded2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ inputs:
77
runs:
88
using: "composite"
99
steps:
10-
- run: ${{ github.action_path }}/wait.sh ${{ inputs.step-name }}
10+
- run: ${{ github.action_path }}/wait.sh "${{ inputs.step-name }}"
1111
shell: bash

0 commit comments

Comments
 (0)