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 ba51bc4 commit c205e34Copy full SHA for c205e34
.github/workflows/snyk-issue.yml
@@ -22,7 +22,7 @@ jobs:
22
token: ${{ secrets.whitesource_action_token }}
23
path: whitesource-actions
24
- name: Set Env
25
- run: echo "repo=$(basename $github_repository)" >> $github_env
+ run: echo "repo=${{ github.event.repository.name }}" >> $GITHUB_ENV
26
- name: Jira Creation
27
uses: ./whitesource-actions/snyk-issue
28
with:
0 commit comments