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 87d6f16 commit c861ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/github-script@v7
with:
script: |
const changes = "{{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
Expand Down

0 comments on commit c861ebf

Please sign in to comment.