Skip to content

Commit 97c6d8a

Browse files
committed
fix(workflow): Correct YAML syntax
Signed-off-by: Ferenc Géczi <ferenc.geczi@ibm.com>
1 parent 3f85289 commit 97c6d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-notification-on-slack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Slack Post
1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: Checkout the needed file only: ./bin/announce_release_on_slack.py
18+
- name: 'Checkout the needed file only ./bin/announce_release_on_slack.py'
1919
uses: actions/checkout@v3
2020
with:
2121
sparse-checkout: |

0 commit comments

Comments
 (0)