We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d9d6b commit 1600026Copy full SHA for 1600026
.github/workflows/ci-show-output-log.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v3
11
12
- name: Install dependencies
13
- uses: php-actions/composer@92-set-output
+ uses: php-actions/composer@master
14
with:
15
php_version: 8.1
16
ssh_key: ${{ secrets.SSH_KEY }}
@@ -23,6 +23,3 @@ jobs:
23
24
- name: Check the content of the output log
25
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" && cat $GITHUB_OUTPUT
.github/workflows/ci.yaml
php_version: '8.1'
0 commit comments