Skip to content

Commit

Permalink
Testing docker (again).
Browse files Browse the repository at this point in the history
  • Loading branch information
Iainmon committed Jan 29, 2025
1 parent 1c8e9b8 commit 361893e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit 361893e

Please sign in to comment.