From a43c19cfd68e67424171021430137f6bda1538f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20B=C3=B6hm?= Date: Fri, 16 Aug 2024 10:41:52 +0200 Subject: [PATCH] Use remerge fork --- .github/workflows/deployment-start.yml | 2 +- .github/workflows/deployment.yml | 4 ++-- .github/workflows/docker.yml | 4 ++-- .github/workflows/static-website.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deployment-start.yml b/.github/workflows/deployment-start.yml index 8c06587..1fc6963 100644 --- a/.github/workflows/deployment-start.yml +++ b/.github/workflows/deployment-start.yml @@ -36,7 +36,7 @@ jobs: github-deployment-id: ${{ steps.github.outputs.deployment_id }} steps: - id: slack - uses: hollow/action-slack-deploy-pipeline@CORE-280 + uses: remerge/action-slack-deploy-pipeline@f21c7c7 with: token: ${{ secrets.slack-token }} channel: ${{ inputs.slack-channel }} diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index efac72a..bc55e63 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -12,7 +12,7 @@ on: github-deployment-state: type: string description: "GitHub deployment state" - default: "success" + default: success slack-channel: type: string @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - id: slack - uses: hollow/action-slack-deploy-pipeline@CORE-280 + uses: remerge/action-slack-deploy-pipeline@f21c7c7 with: token: ${{ secrets.slack-token }} channel: ${{ inputs.slack-channel }} diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d003a34..ad1c345 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -187,8 +187,8 @@ jobs: cache-to: type=gha,mode=max push: true - - uses: hollow/action-slack-deploy-pipeline@CORE-280 - if: ${{ always() && inputs.slack-channel }} + - uses: remerge/action-slack-deploy-pipeline@f21c7c7 + if: ${{ always() && inputs.slack-thread-ts }} with: token: ${{ secrets.slack-token }} channel: ${{ inputs.slack-channel }} diff --git a/.github/workflows/static-website.yml b/.github/workflows/static-website.yml index 6142faf..3058b5a 100644 --- a/.github/workflows/static-website.yml +++ b/.github/workflows/static-website.yml @@ -137,7 +137,7 @@ jobs: destination: ${{ inputs.bucket }} parent: false - - uses: hollow/action-slack-deploy-pipeline@CORE-280 + - uses: remerge/action-slack-deploy-pipeline@f21c7c7 if: ${{ always() && inputs.slack-thread-ts }} with: token: ${{ secrets.slack-token }}