Skip to content

Commit

Permalink
move 'shell: bash' to top of step
Browse files Browse the repository at this point in the history
  • Loading branch information
dbertram committed Nov 14, 2024
1 parent 2cd262a commit 1f4882e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ branding:
runs:
using: 'composite'
steps:
- run: |
- shell: bash
run: |
response=$(curl --fail-with-body --silent --show-error \
--request POST \
--header "Authorization: Bearer ${{ env.SLACK_BOT_TOKEN || inputs.token }}" \
Expand All @@ -40,4 +41,3 @@ runs:
echo "$response" | jq --raw-output '.ts'
echo "EOF"
} >> "$GITHUB_OUTPUT"
shell: bash

0 comments on commit 1f4882e

Please sign in to comment.