Skip to content

Commit

Permalink
fix: tab
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Aug 15, 2023
1 parent a8842ee commit 7dbc433
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ jobs:
- name: Send published packages to slack
if: steps.log-parse.outputs.published-packages != ''
run: |
{
echo "${{ steps.publish.outputs.published-packages }}"
./.github/workflows/scripts/slack_message.sh
}
{
echo "${{ steps.publish.outputs.published-packages }}"
./.github/workflows/scripts/slack_message.sh
}
env:
SLACK_CHANNEL_ID: ${{ secrets.SLACK_CHANNEL_ID }}
SLACK_ACCESS_TOKEN: ${{ secrets.SLACK_ACCESS_TOKEN }}
Expand Down

0 comments on commit 7dbc433

Please sign in to comment.