Skip to content

Commit

Permalink
Use remerge fork
Browse files Browse the repository at this point in the history
  • Loading branch information
hollow committed Aug 16, 2024
1 parent bd05d3c commit a43c19c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
github-deployment-state:
type: string
description: "GitHub deployment state"
default: "success"
default: success

slack-channel:
type: string
Expand All @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a43c19c

Please sign in to comment.