Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreneto97 authored Nov 24, 2021
1 parent 6547a85 commit 0d673c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout Repository
uses: actions/checkout@v2

#
- name: Hello world action step
id: hello
uses: andreneto97/docker-action@d9a89cebb0922762c10a0ed08cbc5b02e40fc3df
with:
who-to-greet: 'Mona the Octocat'

# Create a label inside the pull request
- name: Create a label
Expand Down

0 comments on commit 0d673c7

Please sign in to comment.