GitHub action to prove that this repository works as intended.
- uses: gatling/private-actions@sample/v0GitHub action that sends a message in a Slack channel and update it when the job ends.
- uses: gatling/private-actions@slack-notify/v1
env:
PARAM_VERSION: ${{ steps.build.outputs.version }}
with:
token: ${{ secrets.SLACK_BOT_TOKEN }}
channel: ${{ secrets.SLACK_CHANNEL_ID }}
messagesDir: ./slack-messages