Skip to content

Commit 831e440

Browse files
Martin Lopeslucascosti
andauthored
Update content/actions/creating-actions/creating-a-docker-container-action.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
1 parent f999ec3 commit 831e440

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

content/actions/creating-actions/creating-a-docker-container-action.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ jobs:
188188
steps:
189189
- name: Hello world action step
190190
id: hello
191-
# For unpublished actions put <username>/<action-repository-name>@<branch-name>
192-
# For published actions put <username>/<action-repository-name>@<version>
193191
uses: actions/hello-world-docker-action@v1
194192
with:
195193
who-to-greet: 'Mona the Octocat'

0 commit comments

Comments
 (0)