Skip to content

Commit c205e34

Browse files
authored
SNOW-1058245-fix-failing-gh-action-syntax: use gh variable for setting repository name (#476)
1 parent ba51bc4 commit c205e34

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
@@ -22,7 +22,7 @@ jobs:
2222
token: ${{ secrets.whitesource_action_token }}
2323
path: whitesource-actions
2424
- name: Set Env
25-
run: echo "repo=$(basename $github_repository)" >> $github_env
25+
run: echo "repo=${{ github.event.repository.name }}" >> $GITHUB_ENV
2626
- name: Jira Creation
2727
uses: ./whitesource-actions/snyk-issue
2828
with:

0 commit comments

Comments
 (0)