Skip to content

Commit b627160

Browse files
committed
non-sparse checkout
1 parent 7e9a573 commit b627160

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/post-log-to-slack.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
name: A job to say hello
1010
steps:
11-
- name: Checkout actions
12-
uses: actions/checkout@v3
13-
with:
14-
sparse-checkout: .github/actions
15-
path: actions
11+
- uses: actions/checkout@v3
1612
- name: Hello world action step
1713
id: hello
18-
uses: ../.github/actions/post-log-to-slack
14+
uses: ./.github/actions/post-log-to-slack
1915
with:
2016
who-to-greet: "Mona the Octocat"
2117
# Use the output from the `hello` step

0 commit comments

Comments
 (0)