We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7382124 commit 7e9a573Copy full SHA for 7e9a573
.github/workflows/post-log-to-slack.yml
@@ -15,7 +15,7 @@ jobs:
15
path: actions
16
- name: Hello world action step
17
id: hello
18
- uses: ./.github/actions/post-log-to-slack
+ uses: ../.github/actions/post-log-to-slack
19
with:
20
who-to-greet: "Mona the Octocat"
21
# Use the output from the `hello` step
0 commit comments