Remove empty slack-webhook parameter

This commit is contained in:
James M. Greene
2023-04-17 19:40:26 -05:00
committed by GitHub
parent 5d061a96d6
commit cc959c8fc5
-1
View File
@@ -56,7 +56,6 @@ jobs:
uses: actions/publish-action@v0.2.2
with:
source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
# Login to the GHCR Docker registry
- name: Log into registry ${{ env.REGISTRY }}