Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasKn committed Mar 19, 2024
1 parent 4a2db8b commit 87d6f16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- uses: actions/github-script@v7
with:
script: |
console.log({{steps.package_info.outputs.changes}})
const changes = "{{steps.package_info.outputs.changes}}";
console.log(changes);
# - name: Send custom JSON data to Slack workflow
# id: slack
# uses: slackapi/slack-github-action@v1.25.0
Expand Down

0 comments on commit 87d6f16

Please # to comment.