Skip to content

Commit

Permalink
try using github action path
Browse files Browse the repository at this point in the history
  • Loading branch information
mishabruml committed Mar 31, 2022
1 parent c990181 commit 68fdb2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 31 deletions.
28 changes: 0 additions & 28 deletions .github/actions/supersnyk/action.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/actions/supersnyk/get-snyk-prs-metadata.sh

This file was deleted.

4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ runs:
with:
label: snyk
repo-token: ${{ inputs.repo-token }}
- run: chmod +x $GITHUB_ACTION_PATH/get-snyk-prs-metadata.sh
shell: bash
- name: Get Snyk PRs metadata
run: get-snyk-prs-metadata.sh
run: $GITHUB_ACTION_PATH/get-snyk-prs-metadata.sh
shell: bash
env:
GITHUB_TOKEN: ${{ inputs.repo-token }}
Expand Down

0 comments on commit 68fdb2d

Please sign in to comment.