We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1add325 commit ff3d028Copy full SHA for ff3d028
1 file changed
.github/workflows/release.yml
@@ -527,7 +527,7 @@ jobs:
527
- name: Download SBOM artifact
528
env:
529
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
530
- run: gh run download ${{ needs.preflight.outputs.run }} -n sbom --repo $Env:GITHUB_REPOSITORY
+ run: gh run download ${{ needs.preflight.outputs.run }} -n sbom --repo $GITHUB_REPOSITORY
531
532
- name: Upload SBOM to OneDrive Releases
533
uses: ./.github/workflows/onedrive-upload
0 commit comments