Skip to content

Commit

Permalink
chore(ci): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Nov 27, 2023
1 parent ee0bbea commit ade5cc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ runs:
run: |
run=$(cat <<EOF
${{ inputs.run }}
EOF)
EOF
)
run=$(echo $run | sed 's/'/\\'/g')
echo "run=$run" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ade5cc8

Please sign in to comment.