(Deployment template): (Deployment failed to create lambda function "errorMessage": "Could not unzip uploaded file. Please check your file, then try to upload again.",) #205
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Send GitHub new issues to Slack | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
issue-opened: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Send issue to solution slack | |
uses: slackapi/[email protected] | |
env: | |
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_ISSUES }} |