Skip to content

Commit 8fee0e2

Browse files
authored
Update action.yml
1 parent ce3102c commit 8fee0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ runs:
77
steps:
88
- run: docker pull ghcr.io/splunk/biased_lang:1.0.0
99
shell: bash
10-
- run: docker run -v $GITHUB_WORKSPACE:/biased_lang -e GITHUB_URL=$GITHUB_SERVER_URL -e GITHUB_REPO=$GITHUB_REPOSITORY ghcr.io/splunk/biased_lang
10+
- run: docker run -v $GITHUB_WORKSPACE:/biased_lang -e GITHUB_URL=$GITHUB_SERVER_URL -e GITHUB_REPO=$GITHUB_REPOSITORY ghcr.io/splunk/biased_lang:1.0.0
1111
shell: bash

0 commit comments

Comments
 (0)