Skip to content

Commit

Permalink
TMP: test removing quoted heredoc
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed May 6, 2024
1 parent 76b2463 commit 0e92cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
env:
DOCKER_VERSION: ${{ inputs.version }}
run: |
cat <<'EOF' | docker compose run web sh
cat <<EOF | docker compose run web sh
${{ inputs.run }}
EOF
Expand Down

0 comments on commit 0e92cfe

Please sign in to comment.