Skip to content

Commit e5a6bad

Browse files
authored
Added printenv command to output environment variables.
1 parent c3ab8b9 commit e5a6bad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/danger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
- name: Download dangerfile.js and utilities
2020
run: |
21+
printenv
2122
# Extract the ref from GITHUB_WORKFLOW_REF (e.g., getsentry/github-workflows/.github/workflows/danger.yml@refs/pull/109/merge -> refs/pull/109/merge)
2223
WORKFLOW_REF=$(echo "${{ github.workflow_ref }}" | sed 's/.*@//')
2324
wget https://raw.githubusercontent.com/getsentry/github-workflows/${WORKFLOW_REF}/danger/dangerfile.js -P ${{ runner.temp }}

0 commit comments

Comments
 (0)