Skip to content

Commit

Permalink
SNOW-1058245-fix-failing-gh-action-syntax: use gh variable for settin…
Browse files Browse the repository at this point in the history
…g repository name
  • Loading branch information
sfc-gh-mraba committed Mar 11, 2024
1 parent 8ac9f33 commit bbc7fb3
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
Expand Up @@ -22,7 +22,7 @@ jobs:
token: ${{ secrets.whitesource_action_token }}
path: whitesource-actions
- name: Set Env
run: echo "repo=$(basename $github_repository)" >> $github_env
run: echo "repo=${{ github.event.repository.name }}" >> $GITHUB_ENV
- name: Jira Creation
uses: ./whitesource-actions/snyk-issue
with:
Expand Down

0 comments on commit bbc7fb3

Please sign in to comment.