Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt335672 <30179339+matt335672@users.noreply.github.com>2022-10-19 13:27:02 +0300
committermatt335672 <30179339+matt335672@users.noreply.github.com>2022-10-19 19:48:42 +0300
commit23a3c85bc161effd6ed45cfb1fed961b364ef1a3 (patch)
treeaf4fd56f4ad3f0f1c5854795805fd82a25e0f45f
parent288dbf4e1fdc696e9eb0da30fe09d998d696abcb (diff)
Update github ::set-output usage
-rw-r--r--.github/workflows/build.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 70d79632..826750a3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -134,10 +134,9 @@ jobs:
CPPCHECK_REPO: https://github.com/danmar/cppcheck.git
steps:
# Set steps.os.outputs.image to the specific OS (e.g. 'ubuntu20')
- # see https://github.com/actions/cache/issues/543
- name: Get operating system name and version.
id: os
- run: echo "::set-output name=image::$ImageOS"
+ run: echo "image=$ImageOS" >>$GITHUB_OUTPUT
shell: bash
- uses: actions/checkout@v3
- name: Cache cppcheck
@@ -163,10 +162,9 @@ jobs:
ASTYLE_REPO: https://svn.code.sf.net/p/astyle/code/tags
steps:
# Set steps.os.outputs.image to the specific OS (e.g. 'ubuntu20')
- # see https://github.com/actions/cache/issues/543
- name: Get operating system name and version.
id: os
- run: echo "::set-output name=image::$ImageOS"
+ run: echo "image=$ImageOS" >>$GITHUB_OUTPUT
shell: bash
- uses: actions/checkout@v3
- name: Cache astyle