Skip to content

Commit 7a7709f

Browse files
authored
Merge pull request #83 from lool/fix-build-url
workflows: test: Fix BUILD_URL env
2 parents c9f4958 + 21d8be0 commit 7a7709f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
runs-on: ubuntu-latest
2020
outputs:
2121
jobmatrix: ${{ steps.listjobs.outputs.jobmatrix }}
22+
env:
23+
BUILD_URL: ${{ inputs.url }}
2224
steps:
23-
- env:
24-
BUILD_URL: ${{ inputs.url }}
2525
- name: Clone repository
2626
uses: actions/checkout@v4
2727
with:

0 commit comments

Comments
 (0)