-
Notifications
You must be signed in to change notification settings - Fork 18
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
deec413
commit cd8eb69
Showing
60 changed files
with
511 additions
and
457 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
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,16 @@ | ||
# This file is automatically added by @npmcli/template-oss. Do not edit. | ||
|
||
name: 'Get Workspaces' | ||
description: 'Get workspaces' | ||
|
||
inputs: | ||
files: | ||
description: 'files' | ||
|
||
outputs: | ||
flags: | ||
description: 'workspace flags' | ||
|
||
runs: | ||
using: 'node16' | ||
main: 'index.js' |
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,16 @@ | ||
# This file is automatically added by @npmcli/template-oss. Do not edit. | ||
|
||
name: 'Get Workspaces' | ||
description: 'Get workspaces' | ||
|
||
inputs: | ||
files: | ||
description: 'files' | ||
|
||
outputs: | ||
flags: | ||
description: 'workspace flags' | ||
|
||
runs: | ||
using: 'node16' | ||
main: 'index.js' |
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,16 @@ | ||
# This file is automatically added by @npmcli/template-oss. Do not edit. | ||
|
||
name: 'Get Workspaces' | ||
description: 'Get workspaces' | ||
|
||
inputs: | ||
files: | ||
description: 'files' | ||
|
||
outputs: | ||
flags: | ||
description: 'workspace flags' | ||
|
||
runs: | ||
using: 'node16' | ||
main: 'index.js' |
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
} | ||
], | ||
"packages": { | ||
"": { | ||
".": { | ||
"package-name": "" | ||
}, | ||
"workspaces/config": {}, | ||
|
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
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
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 |
---|---|---|
|
@@ -18,6 +18,6 @@ runs: | |
- name: Conclude Check | ||
uses: LouisBrunner/[email protected] | ||
with: | ||
token: $\{{ inputs.token }} | ||
conclusion: $\{{ inputs.conclusion }} | ||
check_id: $\{{ inputs.check-id }} | ||
token: ${{ inputs.token }} | ||
conclusion: ${{ inputs.conclusion }} | ||
check_id: ${{ inputs.check-id }} |
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ inputs: | |
outputs: | ||
check-id: | ||
description: The ID of the check that was created | ||
value: $\{{ steps.check.outputs.check_id }} | ||
value: ${{ steps.check.outputs.check_id }} | ||
|
||
runs: | ||
using: composite | ||
|
@@ -27,9 +27,9 @@ runs: | |
uses: actions/github-script@v6 | ||
id: workflow-job | ||
env: | ||
JOB_NAME: $\{{ inputs.job-name }} | ||
JOB_NAME: ${{ inputs.job-name }} | ||
with: | ||
github-token: $\{{ inputs.token }} | ||
github-token: ${{ inputs.token }} | ||
script: | | ||
const { JOB_NAME } = process.env | ||
const { repo: { owner, repo }, runId, serverUrl } = context | ||
|
@@ -46,7 +46,7 @@ runs: | |
console.log(`found job: ${JSON.stringify(job, null, 2)}`) | ||
const shaUrl = `${serverUrl}/${owner}/${repo}/commit/$\{{ inputs.sha }}` | ||
const shaUrl = `${serverUrl}/${owner}/${repo}/commit/${{ inputs.sha }}` | ||
const summary = `This check is assosciated with ${shaUrl}\n\n` | ||
const message = job?.html_url | ||
? `For run logs, click here: ${job.html_url}` | ||
|
@@ -60,8 +60,8 @@ runs: | |
uses: LouisBrunner/[email protected] | ||
id: check | ||
with: | ||
token: $\{{ inputs.token }} | ||
status: $\{{ inputs.job-status }} | ||
name: $\{{ inputs.job-name }} | ||
sha: $\{{ inputs.sha }} | ||
output: $\{{ steps.workflow-job.outputs.result }} | ||
token: ${{ inputs.token }} | ||
status: ${{ inputs.job-status }} | ||
name: ${{ inputs.job-name }} | ||
sha: ${{ inputs.sha }} | ||
output: ${{ steps.workflow-job.outputs.result }} |
Oops, something went wrong.