Skip to content

Commit d6b64a0

Browse files
committed
test
1 parent 3bcc466 commit d6b64a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/innovation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616
- name: Hello world action step
17-
uses: ./github/actions # Uses an action in the root directory
17+
uses: .github/actions # Uses an action in the root directory
1818
id: hello
1919
with:
2020
who-to-greet: 'Mona the Octocat'

0 commit comments

Comments
 (0)