Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lng88 committed Apr 21, 2021
1 parent 39383fd commit 810fe78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
shell: bash
- run: echo ${{inputs.path}}
shell: bash
- run: docker run --name pinkpanther -e GITHUB_WORKSPACE=${{inputs.path}} -e GITHUB_URL=${{inputs.url}} -e GITHUB_REPO=${{inputs.repo}} ghcr.io/lng-org/biased_lang:v2.test
- run: docker run --name pinkpanther -v ${{inputs.path}}:/biased_lang -e GITHUB_URL=${{inputs.url}} -e GITHUB_REPO=${{inputs.repo}} ghcr.io/lng-org/biased_lang:v2.test
shell: bash
- run: docker logs -f pinkpanther
shell: bash

0 comments on commit 810fe78

Please sign in to comment.