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 b0e5c59 commit e9766bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,12 @@ 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
ls -l github-action-scan
./github-action-scan \
--token ${{ inputs.token }} \
--owner-repository ${{ inputs.repository }} \
Expand Down

0 comments on commit e9766bd

Please sign in to comment.