Skip to content

Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 #35

Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5

Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 #35

Workflow file for this run

name: Message Notify
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master
with:
args: '{{ GITHUB_SERVER_URL }}/{{ GITHUB_REPOSITORY }} The branch {{ GITHUB_REF_NAME }} has been pushed by {{ EVENT_PAYLOAD.sender.login }}.'