-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b89a7e5
commit bbbbd63
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
- name: Run container (from latest release) | ||
uses: docker://ghcr.io/cmpsoares/gh-team-mention-notifier:v1.0.17 | ||
uses: docker://ghcr.io/cmpsoares/gh-team-mention-notifier:v1.0.18 | ||
with: | ||
config_path: './test/config.json' | ||
env: | ||
|
@@ -66,7 +66,7 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
- name: Run GitHub Action (from latest release) | ||
uses: cmpsoares/[email protected].17 | ||
uses: cmpsoares/[email protected].18 | ||
with: | ||
config_path: './test/config.json' | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Notify Teams | ||
uses: cmpsoares/[email protected].17 | ||
uses: cmpsoares/[email protected].18 | ||
with: | ||
config_path: 'notifications_config.json' | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters