-
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.
Merge pull request #23 from GrantBirki/updates
Node and Actions updates
- Loading branch information
Showing
9 changed files
with
5,642 additions
and
11,707 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: acceptance | ||
|
||
on: | ||
pull_request: | ||
|
||
permissions: | ||
contents: read | ||
pull-requests: write | ||
|
||
jobs: | ||
acceptance: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
# if on pull request | ||
- uses: ./ | ||
if: github.event_name == 'pull_request' | ||
with: | ||
file: demo/acceptance.md | ||
vars: | | ||
sha: ${{ github.sha }} | ||
environment: production | ||
app: cool-app |
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Acceptance Test | ||
|
||
This comment is from the acceptance test. If you are seeing this, it means the acceptance test has passed! 🎉 | ||
|
||
**{{ app }}** has been successfully deployed to **{{ environment }}** | ||
|
||
- SHA: `{{ sha }}` |
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
# It is required to checkout the repo if using the 'file:' param to read a file for template rendering | ||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # [email protected] | ||
- uses: actions/checkout@v4 | ||
|
||
# Add a comment to the issue or PR | ||
- uses: GrantBirki/[email protected] | ||
|
Oops, something went wrong.