Skip to content

Commit

Permalink
changed to github_output
Browse files Browse the repository at this point in the history
  • Loading branch information
aodinokov committed Aug 16, 2024
1 parent 82a5929 commit e169b4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buildAndTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
# also has go-lang for linux: https://go.dev/dl/
# https://go.dev/dl/go1.23.0.linux-s390x.tar.gz
# The host should always be Linux.
runs-on: ubuntu_latest
runs-on: ubuntu-22.04
name: Build on ubuntu_latest
steps:
- uses: actions/checkout@v4
Expand All @@ -25,6 +25,7 @@ jobs:
# Set an output parameter `uname` for use in subsequent steps
run: |
uname -a
# this doesn't work (line 4: GITHUB_OUTPUT: unbound variable) echo uname::test >> $GITHUB_OUTPUT
echo ::set-output name=uname::$(uname -a)
- name: Get the output
Expand Down

0 comments on commit e169b4b

Please sign in to comment.