We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d729b39 commit 3be8723Copy full SHA for 3be8723
.github/workflows/test.yml
@@ -103,10 +103,11 @@ jobs:
103
104
- name: Run Build
105
shell: pwsh
106
- run: pixi run build \
107
- --extra-meta flow_run_id="github_$GITHUB_RUN_ID" \
108
- --extra-meta remote_url="https://github.com/$GITHUB_REPOSITORY" \
109
- --extra-meta sha="$GITHUB_SHA"
+ run: |
+ pixi run build \
+ --extra-meta flow_run_id="github_$GITHUB_RUN_ID" \
+ --extra-meta remote_url="https://github.com/$GITHUB_REPOSITORY" \
110
+ --extra-meta sha="$GITHUB_SHA"
111
112
- name: Upload Artifacts
113
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
0 commit comments