Skip to content

Commit

Permalink
test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Lng88 committed Apr 29, 2021
1 parent d8b293d commit ad03b36
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 @@ -14,7 +14,7 @@ runs:
steps:
- run: echo "${{inputs.token}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
shell: bash
- run: docker pull ghcr.io/splunk/biased_lang
- run: docker pull ghcr.io/splunk/biased_lang:test
shell: bash
- run: docker run -v ${{inputs.path}}:/biased_lang -e GITHUB_URL=${{inputs.url}} -e GITHUB_REPO=${{inputs.repo}} ghcr.io/splunk/biased_lang
shell: bash

0 comments on commit ad03b36

Please sign in to comment.