Skip to content

Commit

Permalink
test more channels
Browse files Browse the repository at this point in the history
  • Loading branch information
lexicalninja committed Nov 25, 2024
1 parent a904a28 commit 33c05ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/start_slack_thread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
id=$(curl -X GET -H 'Authorization: Bearer '"$SLACK_API_TOKEN"' ' \
-H 'Content-type: application/x-www-form-urlencoded' \
https://slack.com/api/conversations.list\?limit=1000 |
https://slack.com/api/conversations.list\?limit=5000 |
jq '.channels[] | .name as $data | select($data == "${{inputs.channel_name}}").id' )
echo SLACK_CHANNEL_ID=${id} >> $GITHUB_OUTPUT
start_thread:
Expand Down

0 comments on commit 33c05ba

Please sign in to comment.