Skip to content

Commit 95a5a9b

Browse files
authored
Merge pull request #84 from lool/fix-build-url-scope
workflows: test: Fix scope of BUILD_URL env
2 parents 9f57c48 + d9a0625 commit 95a5a9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ permissions:
1414
packages: read # actions/download-artifact
1515
pull-requests: write # EnricoMi/publish-unit-test-result-action
1616

17+
env:
18+
BUILD_URL: ${{ inputs.url }}
19+
1720
jobs:
1821
prepare-job-list:
1922
runs-on: ubuntu-latest
2023
outputs:
2124
jobmatrix: ${{ steps.listjobs.outputs.jobmatrix }}
22-
env:
23-
BUILD_URL: ${{ inputs.url }}
2425
steps:
2526
- name: Clone repository
2627
uses: actions/checkout@v4

0 commit comments

Comments
 (0)