Skip to content

Commit

Permalink
Change workflow action path pt 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iainmon committed Jan 29, 2025
1 parent 0cfd017 commit 091c5d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
# you must check out the repository
- name: Checkout
uses: actions/checkout@v4

- name: Hello world action step
uses: actions/ # Uses an action in the root directory
uses: ./ # Uses an action in the root directory
id: hello
with:
who-to-greet: 'Mona the Octocat'
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 091c5d6

Please sign in to comment.