-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35697 from quarkusio/dependabot/github_actions/ac…
…tions-cool/maintain-one-comment-3.1.1 Bump actions-cool/maintain-one-comment from 3.1.0 to 3.1.1
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
id: deploy | ||
run: npx surge teardown https://quarkus-pr-main-${{ github.event.number }}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }} || true | ||
- name: Update PR status comment | ||
uses: actions-cool/[email protected].0 | ||
uses: actions-cool/[email protected].1 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
body: | | ||
|
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 |
---|---|---|
|
@@ -77,7 +77,7 @@ jobs: | |
id: deploy | ||
run: npx surge ./_site --domain https://quarkus-pr-main-${{ steps.pr.outputs.id }}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }} | ||
- name: Update PR status comment on success | ||
uses: actions-cool/[email protected].0 | ||
uses: actions-cool/[email protected].1 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
body: | | ||
|
@@ -88,7 +88,7 @@ jobs: | |
number: ${{ steps.pr.outputs.id }} | ||
- name: Update PR status comment on failure | ||
if: ${{ failure() }} | ||
uses: actions-cool/[email protected].0 | ||
uses: actions-cool/[email protected].1 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
body: | | ||
|