Skip to content

Commit

Permalink
fix env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mkeller committed Oct 7, 2022
1 parent 9c3420b commit e6cfb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-issue.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
token: ${{ secrets.whitesource_action_token }}
path: whitesource-actions
- name: Set Env
run: echo "repo=$(basename $GITHUB_REPOSITORY)" >> $github_env
run: echo "repo=$(basename $GITHUB_REPOSITORY)" >> $GITHUB_ENV
- name: Jira Creation
uses: ./whitesource-actions/snyk-issue
with:

0 comments on commit e6cfb38

Please sign in to comment.