Skip to content

Commit 8bcd1fb

Browse files
Update snyk-issue.yml (#1210)
1 parent 8108f63 commit 8bcd1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ secrets.whitesource_action_token }}
1818
path: whitesource-actions
1919
- name: Set Env
20-
run: echo "repo=$(basename $github_repository)" >> $github_env
20+
run: echo "repo=$(basename $GITHUB_REPOSITORY)" >> $github_env
2121
- name: Jira Creation
2222
uses: ./whitesource-actions/snyk-issue
2323
with:

0 commit comments

Comments
 (0)