Skip to content

Commit 62f47c7

Browse files
committed
Fix missing env var after the initial change
1 parent b7ee968 commit 62f47c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/osv-scanner-reusable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ jobs:
113113
run: |
114114
echo "View the OSV-Scanner results in the 'Security' tab, using the following link:"
115115
echo "${{ github.server_url }}/${{ github.repository }}/security/code-scanning?query=is%3Aopen+branch%3A${GITHUB_REF_NAME}+tool%3Aosv-scanner"
116+
env:
117+
GITHUB_REF_NAME: ${{ github.ref_name }}
116118
- name: "Error troubleshooter"
117119
if: ${{ always() && steps.upload_artifact.outcome == 'failure' }}
118120
run: |

0 commit comments

Comments
 (0)