Skip to content

Commit

Permalink
add missing dir
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Jan 5, 2025
1 parent 7d7c7a9 commit f153348
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ runs:
GIT_PATH="${{ github.workspace }}"
fi
# Self hosted runners do not have this
mkdir -p "${{ github.workspace }}"
META_FN="${{ inputs.meta }}"
if [ -n "$META_FN" ]; then
cp "$META_FN" "${{ github.workspace }}/_meta_in.yml"
Expand Down

0 comments on commit f153348

Please sign in to comment.