Skip to content

Commit

Permalink
fix: struggle with ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven committed Aug 4, 2024
1 parent 7c873fe commit b0e5c59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,16 @@ runs:
export IMG=ghcr.io/blackheaven/haskell-security-action:master
docker pull $IMG
docker create --name dummy $IMG
ls
docker cp -L dummy:/bin/github-action-scan github-action-scan
ls
docker rm -f dummy
pwd
- name: Run Haskell Security Action
shell: bash
run: |
pwd
ls
./github-action-scan \
--token ${{ inputs.token }} \
--owner-repository ${{ inputs.repository }} \
Expand Down

0 comments on commit b0e5c59

Please sign in to comment.