Skip to content

Commit f153348

Browse files
committed
add missing dir
1 parent 7d7c7a9 commit f153348

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ runs:
171171
GIT_PATH="${{ github.workspace }}"
172172
fi
173173
174+
# Self hosted runners do not have this
175+
mkdir -p "${{ github.workspace }}"
176+
174177
META_FN="${{ inputs.meta }}"
175178
if [ -n "$META_FN" ]; then
176179
cp "$META_FN" "${{ github.workspace }}/_meta_in.yml"

0 commit comments

Comments
 (0)