We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3420b commit e6cfb38Copy full SHA for e6cfb38
.github/workflows/snyk-issue.yml
@@ -17,7 +17,7 @@ jobs:
17
token: ${{ secrets.whitesource_action_token }}
18
path: whitesource-actions
19
- name: Set Env
20
- run: echo "repo=$(basename $GITHUB_REPOSITORY)" >> $github_env
+ run: echo "repo=$(basename $GITHUB_REPOSITORY)" >> $GITHUB_ENV
21
- name: Jira Creation
22
uses: ./whitesource-actions/snyk-issue
23
with:
0 commit comments