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 c3ab8b9 commit e5a6badCopy full SHA for e5a6bad
.github/workflows/danger.yml
@@ -18,6 +18,7 @@ jobs:
18
19
- name: Download dangerfile.js and utilities
20
run: |
21
+ printenv
22
# Extract the ref from GITHUB_WORKFLOW_REF (e.g., getsentry/github-workflows/.github/workflows/danger.yml@refs/pull/109/merge -> refs/pull/109/merge)
23
WORKFLOW_REF=$(echo "${{ github.workflow_ref }}" | sed 's/.*@//')
24
wget https://raw.githubusercontent.com/getsentry/github-workflows/${WORKFLOW_REF}/danger/dangerfile.js -P ${{ runner.temp }}
0 commit comments