Skip to content

Commit

Permalink
fix(workflow): Correct YAML syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Géczi <ferenc.geczi@ibm.com>
  • Loading branch information
Ferenc- committed Aug 11, 2023
1 parent 3f85289 commit 97c6d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-notification-on-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Slack Post
runs-on: ubuntu-latest
steps:
- name: Checkout the needed file only: ./bin/announce_release_on_slack.py
- name: 'Checkout the needed file only ./bin/announce_release_on_slack.py'
uses: actions/checkout@v3
with:
sparse-checkout: |
Expand Down

0 comments on commit 97c6d8a

Please sign in to comment.