We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515be62 commit a0abfb3Copy full SHA for a0abfb3
1 file changed
.github/workflows/15-slack-upload-file.yml
@@ -21,9 +21,9 @@ jobs:
21
slack-function: upload-file
22
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}
23
slack-channel: C0ARB84BQC9
24
- slack-upload-file-path: README.md
25
- slack-upload-file-title: Test 15 - README upload
26
- slack-upload-initial-comment: Test 15 - uploading a file 📎
+ slack-upload-file-path: integration-test/one-does-not-simply.jpg
+ slack-upload-file-title: Test 15 - Image upload
+ slack-upload-initial-comment: Test 15 - Uploading a file 📎
27
28
- name: Result from "Upload File"
29
run: echo '${{ steps.upload-file.outputs.slack-result }}'
0 commit comments