Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 749 Bytes

File metadata and controls

26 lines (21 loc) · 749 Bytes

Slack File Watcher Action

Checks if the file provided has additions and sends them notification to a slack channel.

Status

This action should be considered to be pre-production. Action configuration and behaviour may change without notice

Usage

See action.yml

    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Hello world action step
        id: slack-notifier
        uses: ShareTheMeal/slack-file-watcher-github-action@0.1
        with:
          file: 'Translations.xml'
          slack-title: 'New Keys'
          slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
          slack-channel: '#action_test'
          github-token: ${{ github.token }}
          include-pr-link: true