From 92bf9342359115f11d53c3f7f84c161386a2acd4 Mon Sep 17 00:00:00 2001 From: Mike Pattyn Date: Mon, 12 Sep 2022 21:34:40 +0200 Subject: [PATCH] Update readme Added working example how to interpolate github.event payload into env. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bc7e20..05e70e6 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ As this Action is containerized with Docker, [it can only run on Linux environme - name: Discord notification env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} + # DISCORD_USERNAME: "${{ github.event.sender.login }}" # Optional uses: Ilshidur/action-discord@master with: args: 'The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed.'