8000 Switch to newer syntax for output variables · devlooped/oss@9dc1ae2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
{"payload":{"commit":{"oid":"9dc1ae21afde1e6e8186e929068e8e4d80b3c212","url":"/devlooped/oss/commit/9dc1ae21afde1e6e8186e929068e8e4d80b3c212","authoredDate":"2022-10-17T20:21:09.000-07:00","committedDate":"2022-10-17T20:21:09.000-07:00","shortMessage":null,"shortMessageMarkdown":"\u003cdiv\u003eSwitch to newer syntax for output variables\u003c/div\u003e","shortMessageMarkdownLink":null,"bodyMessageHtml":"\nSee \u003ca href=\"https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter\"\u003ehttps://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter\u003c/a\u003e","authors":[{"login":"kzu","displayName":"Daniel Cazzulino","avatarUrl":"https://avatars.githubusercontent.com/u/169707?v=4","path":"/kzu","isGitHub":false}],"committerAttribution":false,"committer":{"login":"web-flow","displayName":"GitHub","avatarUrl":"https://avatars.githubusercontent.com/u/19864447?v=4","path":"/web-flow","isGitHub":true},"parents":["74189b061850a3527676d76281de61044abc86a2"],"globalRelayId":"C_kwDOAbh--NoAKDlkYzFhZTIxYWZkZTFlNmU4MTg2ZTkyOTA2OGU4ZTRkODBiM2MyMTI","sha1":"74189b061850a3527676d76281de61044abc86a2","sha2":"9dc1ae21afde1e6e8186e929068e8e4d80b3c212"},"currentUser":null,"repo":{"id":28868344,"defaultBranch":"main","name":"oss","ownerLogin":"devlooped","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-01-06T15:03:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/61533818?v=4","public":true,"private":false,"isOrgOwned":true},"diffEntryData":[{"diffLines":[{"stylingDirective":null,"type":"HUNK","blobLineNumber":36,"text":"@@ -37,7 +37,7 @@ jobs:","html":"@@ -37,7 +37,7 @@ jobs:","displayNoNewLineWarning":false,"position":0,"left":36,"right":36},{"stylingDirective":null,"type":"CONTEXT","blobLineNumber":37,"text":" run: |","html":" \u003cspan class=\"pl-ent\"\u003erun\u003c/span\u003e: \u003cspan class=\"pl-s\"\u003e|\u003c/span\u003e","displayNoNewLineWarning":false,"position":1,"left":37,"right":37},{"stylingDirective":null,"type":"CONTEXT","blobLineNumber":38,"text":" $path = './.github/workflows/os-matrix.json'","html":" \u003cspan class=\"pl-s\"\u003e $path = \u0026#39;./.github/workflows/os-matrix.json\u0026#39;\u003c/span\u003e","displayNoNewLineWarning":false,"position":2,"left":38,"right":38},{"stylingDirective":null,"type":"CONTEXT","blobLineNumber":39,"text":" $os = if (test-path $path) { cat $path } else { '[\"ubuntu-latest\"]' }","html":" \u003cspan class=\"pl-s\"\u003e $os = if (test-path $path) { cat $path } else { \u0026#39;[\u0026quot;ubuntu-latest\u0026quot;]\u0026#39; }\u003c/span\u003e","displayNoNewLineWarning":false,"position":3,"left":39,"right":39},{"stylingDirective":null,"type":"DELETION","blobLineNumber":40,"text":"- echo \"::set-output name=matrix::$os\"","html":"-\u003cspan class=\"pl-s\"\u003e echo \"\u003cspan class=\"x x-first x-last\"\u003e::set-output name=\u003c/span\u003ematrix\u003cspan class=\"x x-first x-last\"\u003e::\u003c/span\u003e$os\"\u003c/span\u003e","displayNoNewLineWarning":false,"position":4,"left":40,"right":39},{"stylingDirective":null,"type":"ADDITION","blobLineNumber":40,"text":"+ echo \"matrix=$os\" \u003e\u003e $env:GITHUB_OUTPUT","html":"+\u003cspan class=\"pl-s\"\u003e echo \"matrix\u003cspan class=\"x x-first x-last\"\u003e=\u003c/span\u003e$os\"\u003cspan class=\"x x-first x-last\"\u003e \u0026gt;\u0026gt; $env:GITHUB_OUTPUT\u003c/span\u003e\u003c/span\u003e","displayNoNewLineWarning":false,"position":5,"left":40,"right":40},{"stylingDirective":null,"type":"CONTEXT","blobLineNumber":41,"text":" ","html":" \u003cspan class=\"pl-s\"\u003e\u003c/span\u003e","displayNoNewLineWarning":false,"position":6,"left":41,"right":41},{"stylingDirective":null,"type":"CONTEXT","blobLineNumber":42,"text":" build:","html":" \u003cspan class=\"pl-s\"\u003e\u003c/span\u003e \u003cspan class=\"pl-ent\"\u003ebuild\u003c/span\u003e:","displayNoNewLineWarning":false,"position":7,"left":42,"right":42},{"stylingDirective":null,"type":"CONTEXT","blobLineNumber":43,"text":" needs: os-matrix","html":" \u003cspan class=\"pl-ent\"\u003eneeds\u003c/span\u003e: \u003cspan class=\"pl-s\"\u003eos-matrix\u003c/span\u003e","displayNoNewLineWarning":false,"position":8,"left":43,"right":43}],"diffNumber":0,"diffSize":"0 Bytes","isBinary":false,"isTooBig":false,"collapsed":false,"isSubmodule":false,"lineCount":102,"linesChanged":2,"newTreeEntry":{"lineCount":102,"path":".github/workflows/build.yml","mode":100644,"isGenerated":false},"oldTreeEntry":{"lineCount":0,"path":".github/workflows/build.yml","mode":100644},"linesAdded":1,"linesDeleted":1,"path":".github/workflows/build.yml","pathDigest":"5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721","status":"MODIFIED","truncatedReason":null,"oldOid":"74189b061850a3527676d76281de61044abc86a2","newOid":"9dc1ae21afde1e6e8186e929068e8e4d80b3c212","copilotChatReference":null,"deletedSha":"74189b061850a3527676d76281de61044abc86a2","canToggleRichDiff":false,"defaultToRichDiff":false,"proseDifffHtml":null,"renderInfo":null,"dependencyDiffPath":null,"submodule":null}],"splitViewPreference":"unified","ignoreWhitespace":false,"repoOwnerGlobalRelayId":"MDEyOk9yZ2FuaXphdGlvbjYxNTMzODE4","commentsPreference":"visible","diffLineSpacingPreference":"relaxed","useMonospaceFont":false,"pasteUrlLinkAsPlainText":false,"userNotices":[],"path":"/devlooped/oss/commit/9dc1ae2","fileTreeExpanded":true,"headerInfo":{"additions":1,"deletions":1,"filesChanged":1,"filesChangedString":"1"},"moreDiffsToLoad":false,"asyncDiffLoadInfo":{"startIndex":1,"truncated":false,"byteCount":309,"lineShownCount":9},"commentInfo":{"canComment":false,"locked":false,"canLock":false,"repoArchived":false},"csrf_tokens":{"/users/diffview?diff=split":{"post":"VXxARe4AAhEnoBiI80bCPE1LKrFr3s3w8PRmAlv6Zu2JJZqMcqh3thKhVS0ai1rEIqdx0Y1j7LnnZ6ivWKkLAw"},"/users/diffview?diff=unified":{"post":"n6x_ARzK6PGxKe_gvQtAgiZMQ481Khs2cNPfs3q_23VD9aXIgGKdVoQookVUxth6SaAY79OXOn9nQBEeeey2mw"},"/notifications/thread":{"post":"rqnj7-sRmOCp6jQ21P4JL-FFw_uOsq87OR8jcVNApyeKpElDSWH_DP70imgr50UUKe20PPxJAzFiu7EOhpN0-Q"}}},"title":"Switch to newer syntax for output variables · devlooped/oss@9dc1ae2","appPayload":{"helpUrl":"https://docs.github.com","findInDiffWorkerPath":"/assets-cdn/worker/find-in-diff-worker-f6b2312e7da9.js","enabled_features":{"diff_ux_refresh_beta":false,"diff_inline_comments":true,"diff_ux_refresh_ssr_five":false,"diff_ux_refresh_ssr_ten":false,"react_diff_line_type_character_correction":false}}}

Commit 9dc1ae2

Browse files
authored
1 parent 74189b0 commit 9dc1ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
$path = './.github/workflows/os-matrix.json'
3939
$os = if (test-path $path) { cat $path } else { '["ubuntu-latest"]' }
40-
echo "::set-output name=matrix::$os"
40+
echo "matrix=$os" >> $env:GITHUB_OUTPUT
4141
4242
build:
4343
needs: os-matrix

0 commit comments

Comments
 (0)
0