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 9530500 commit 55c7e95Copy full SHA for 55c7e95
.github/workflows/danger.yml
@@ -24,6 +24,7 @@ jobs:
24
25
- name: Download dangerfile.js and utilities
26
run: |
27
+ printenv
28
wget https://raw.githubusercontent.com/getsentry/github-workflows/${{ inputs._workflow_version }}/danger/dangerfile.js -P ${{ runner.temp }}
29
wget https://raw.githubusercontent.com/getsentry/github-workflows/${{ inputs._workflow_version }}/danger/dangerfile-utils.js -P ${{ runner.temp }}
30
0 commit comments