Skip to content

Bump the github-actions group with 3 updates #49

Bump the github-actions group with 3 updates

Bump the github-actions group with 3 updates #49

name: CI-show-output-log
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
uses: php-actions/composer@v6
with:
php_version: 8.1
ssh_key: ${{ secrets.SSH_KEY }}
ssh_key_pub: ${{ secrets.SSH_KEY_PUB }}
- uses: actions/upload-artifact@v4
with:
name: debug-output
path: output.log
- name: Check the content of the output log
run: cat /home/runner/work/example-composer/example-composer/output.log