diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 4e6d943..a603979 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -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/gh-team-mention-notifier@v1.0.17 + uses: cmpsoares/gh-team-mention-notifier@v1.0.18 with: config_path: './test/config.json' env: diff --git a/README.md b/README.md index 8e20ac3..8e0c27b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Notify Teams - uses: cmpsoares/gh-team-mention-notifier@v1.0.17 + uses: cmpsoares/gh-team-mention-notifier@v1.0.18 with: config_path: 'notifications_config.json' env: diff --git a/action.yml b/action.yml index a1700de..fd75bfe 100644 --- a/action.yml +++ b/action.yml @@ -11,4 +11,4 @@ inputs: default: 'notifications_config.json' runs: using: 'docker' - image: 'docker://ghcr.io/cmpsoares/gh-team-mention-notifier:v1.0.17' + image: 'docker://ghcr.io/cmpsoares/gh-team-mention-notifier:v1.0.18'