Description
The GitHub actions are giving an error for the values field when being used. I've copied the sample code from here
https://github.com/slackapi/slack-github-action/blob/main/example-workflows/Technique_2_Slack_App/JSON_payload.yml#L45-L47
I am using the OAuth approach (approach 2) of the slack bot to send notifications to slack.
Need to understand if I am missing something or if it's for another setup? because documentation does not mention anything about values field.
What type of issue is this? (place an x in one of the [ ])
Requirements (place an x in each of the [ ])
Bug Report
Reproducible in:
package version:
tested on
- slackapi/slack-github-action@v1.16.0
- slackapi/slack-github-action@v1.23.0
node version:
OS version(s): ubuntu-22.04 (github hosted runners)
Steps to reproduce:
- Copy the example code and run it
Expected result:
values field should work
Actual result:
getting error
Attachments:

Logs, screenshots, screencast, sample project, funny gif, etc.
Description
The GitHub actions are giving an error for the
valuesfield when being used. I've copied the sample code from herehttps://github.com/slackapi/slack-github-action/blob/main/example-workflows/Technique_2_Slack_App/JSON_payload.yml#L45-L47
I am using the OAuth approach (approach 2) of the slack bot to send notifications to slack.
Need to understand if I am missing something or if it's for another setup? because documentation does not mention anything about
valuesfield.What type of issue is this? (place an
xin one of the[ ])Requirements (place an
xin each of the[ ])Bug Report
Reproducible in:
package version:
tested on
node version:
OS version(s): ubuntu-22.04 (github hosted runners)
Steps to reproduce:
Expected result:
values field should work
Actual result:
getting error
Attachments:
Logs, screenshots, screencast, sample project, funny gif, etc.