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 48e9c0a commit e437aa8Copy full SHA for e437aa8
danger/action.yml
@@ -70,9 +70,11 @@ runs:
70
if: ${{ inputs.extra-install-packages }}
71
shell: bash
72
run: |
73
- echo "Installing additional packages: ${{ inputs.extra-install-packages }}"
+ echo "Updating existing packages."
74
docker exec --user root danger apt-get update -qq
75
+ echo "Installing additional packages: ${{ inputs.extra-install-packages }}"
76
docker exec --user root danger apt-get install -y ${{ inputs.extra-install-packages }}
77
+ echo "Packages installed."
78
79
- name: Run DangerJS
80
id: danger
0 commit comments