Skip to content

Commit

Permalink
Clean up slackify dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas committed Oct 30, 2024
1 parent e150736 commit 08b7ca4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/actions/slackify-markdown/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,9 @@ runs:
core.setOutput('text', mrkdwn);
} catch (error) {
core.setFailed(error.message);
}
}
- name: Clean up slackify directory
shell: bash
run: |
cd ..
rm -rf slackify

0 comments on commit 08b7ca4

Please sign in to comment.