We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcc466 commit d6b64a0Copy full SHA for d6b64a0
.github/workflows/innovation.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v4
16
- name: Hello world action step
17
- uses: ./github/actions # Uses an action in the root directory
+ uses: .github/actions # Uses an action in the root directory
18
id: hello
19
with:
20
who-to-greet: 'Mona the Octocat'
0 commit comments