Skip to content

Commit

Permalink
Move to remerge org
Browse files Browse the repository at this point in the history
  • Loading branch information
hollow committed Aug 16, 2024
1 parent 4f1e878 commit f21c7c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![ci](https://github.com/hollow/action-slack-deploy-pipeline/actions/workflows/ci.yml/badge.svg)](https://github.com/hollow/action-slack-deploy-pipeline/actions/workflows/ci.yml)
[![ci](https://github.com/remerge/action-slack-deploy-pipeline/actions/workflows/ci.yml/badge.svg)](https://github.com/remerge/action-slack-deploy-pipeline/actions/workflows/ci.yml)

# Slack Deploy Pipeline Notifications

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
# Post summary message at the beginning of your workflow
- name: Post to Slack
uses: hollow/action-slack-deploy-pipeline@v2
uses: remerge/action-slack-deploy-pipeline@v2
id: slack
with:
token: ${{ secrets.SLACK_DEPLOY_BOT_TOKEN }}
Expand All @@ -58,7 +58,7 @@ jobs:

# Post threaded stage updates throughout
- name: Post to Slack
uses: hollow/action-slack-deploy-pipeline@v2
uses: remerge/action-slack-deploy-pipeline@v2
if: always()
with:
token: ${{ secrets.SLACK_DEPLOY_BOT_TOKEN }}
Expand All @@ -74,7 +74,7 @@ jobs:

# Post last "conclusion" stage
- name: Post to Slack
uses: hollow/action-slack-deploy-pipeline@v2
uses: remerge/action-slack-deploy-pipeline@v2
if: always()
with:
token: ${{ secrets.SLACK_DEPLOY_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Slack Deploy Pipeline Notifications'
description: 'Post deploy workflow progress notifications to Slack'
author: 'hollow'
author: 'remerge'
inputs:
token:
description: 'Slack bot token secret'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"homepage": "https://github.com/marketplace/actions/slack-deploy-pipeline-notifications",
"repository": {
"type": "git",
"url": "git+https://github.com/hollow/action-slack-deploy-pipeline.git"
"url": "git+https://github.com/remerge/action-slack-deploy-pipeline.git"
},
"bugs": {
"url": "https://github.com/hollow/action-slack-deploy-pipeline/issues"
"url": "https://github.com/remerge/action-slack-deploy-pipeline/issues"
},
"keywords": [
"actions",
Expand Down

0 comments on commit f21c7c7

Please sign in to comment.