Skip to content

Commit d9a0625

Browse files
committed
workflows: test: Fix scope of BUILD_URL env
It's used by multiple jobs. Signed-off-by: Loïc Minier <[email protected]>
1 parent be2d22b commit d9a0625

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)