Skip to content

aws-c-common: AWS_ERROR_SYS_CALL_FAILURE, System call failure. while running checkpointing #38

aws-c-common: AWS_ERROR_SYS_CALL_FAILURE, System call failure. while running checkpointing

aws-c-common: AWS_ERROR_SYS_CALL_FAILURE, System call failure. while running checkpointing #38

Workflow file for this run

name: Issue Slack Notifier
on:
issues:
types: [opened, reopened, edited]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send notification to Slack
uses: slackapi/[email protected]
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL_ISSUE }}
webhook-type: incoming-webhook
payload: |
{
"action": "${{ github.event.action }}",
"issue_url": "${{ github.event.issue.html_url }}"
}