Skip to content

Commit

Permalink
Dump env for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
danschmidt5189 committed Dec 4, 2024
1 parent 1b7cc1b commit 9a90648
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Add variables to the GitHub environment
- name: Set and debug environment variables
run: |
JOB_URL="${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
echo "JOB_URL=$JOB_URL" >> "$GITHUB_ENV"
env | sort
build:
if: github.event_name != 'release'

Expand Down

0 comments on commit 9a90648

Please sign in to comment.