Skip to content

Commit c9b6c1d

Browse files
author
Greg Bowler
committed
wip: test output
1 parent 79438fc commit c9b6c1d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci-show-output-log.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,22 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111

1212
- name: Install dependencies
13-
uses: php-actions/composer@master
13+
uses: php-actions/composer@92-set-output
1414
with:
15-
php_version: 8.0
15+
php_version: 8.1
1616
ssh_key: ${{ secrets.SSH_KEY }}
1717
ssh_key_pub: ${{ secrets.SSH_KEY_PUB }}
1818

19-
- uses: actions/upload-artifact@v2
19+
- uses: actions/upload-artifact@v3
2020
with:
2121
name: debug-output
2222
path: output.log
2323

2424
- name: Check the content of the output log
2525
run: cat /home/runner/work/example-composer/example-composer/output.log
26+
27+
- name: Test what output is
28+
run: echo "Output is $GITHUB_OUTPUT"

0 commit comments

Comments
 (0)