Skip to content

Commit

Permalink
Bugfix JOB_URL to env
Browse files Browse the repository at this point in the history
  • Loading branch information
danschmidt5189 committed Dec 4, 2024
1 parent 50bb8ee commit 1b7cc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Add variables to the GitHub environment
run: |
JOB_URL="${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
echo "$JOB_URL" >> "$GITHUB_ENV"
echo "JOB_URL=$JOB_URL" >> "$GITHUB_ENV"
build:
if: github.event_name != 'release'
Expand Down

0 comments on commit 1b7cc1b

Please sign in to comment.