We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06495ff commit a0e11dfCopy full SHA for a0e11df
danger/action.yml
@@ -66,9 +66,6 @@ runs:
66
-e EXTRA_DANGERFILE_INPUT="${{ inputs.extra-dangerfile }}" \
67
ghcr.io/danger/danger-js:${{ steps.config.outputs.version }} \
68
-c "sleep infinity"
69
-
70
- echo "Container started. Checking if it's running..."
71
- docker ps | grep danger || (echo "Container not running!" && exit 1)
72
73
- name: Setup additional packages
74
if: ${{ inputs.extra-install-packages }}
@@ -83,8 +80,5 @@ runs:
83
80
id: danger
84
81
shell: bash
85
82
run: |
86
- # Ensure container cleanup on exit
87
trap "docker rm -f danger || true" EXIT
88
89
- # Run danger with appropriate user
90
docker exec --user $(id -u) danger danger ci --fail-on-errors --dangerfile ${{ github.action_path }}/dangerfile.js
0 commit comments