Skip to content

Commit

Permalink
docs: fix incorrect parameter name in uploadV2 (channel -> channel_id) (
Browse files Browse the repository at this point in the history
  • Loading branch information
topkim993 authored Dec 2, 2024
1 parent 63835ae commit c7145af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ convenience of the [`files.uploadV2`][files.uploadV2] method:
method: files.uploadV2
token: ${{ secrets.SLACK_BOT_TOKEN }}
payload: |
channel: ${{ secrets.SLACK_CHANNEL_ID }}
channel_id: ${{ secrets.SLACK_CHANNEL_ID }}
initial_comment: "the results are in!"
file: "results.out"
filename: "results-${{ github.sha }}.out"
Expand Down

0 comments on commit c7145af

Please sign in to comment.