Skip to content

Commit e6cfb38

Browse files
fix env variable name
1 parent 9c3420b commit e6cfb38

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)