Checks if the file provided has additions and sends them notification to a slack channel.
This action should be considered to be pre-production. Action configuration and behaviour may change without notice
See action.yml
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Hello world action step
id: slack-notifier
uses: ShareTheMeal/[email protected]
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