mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-09 17:41:14 +00:00
Show more outputs
This commit is contained in:
8
.github/workflows/aaa-build.yml
vendored
8
.github/workflows/aaa-build.yml
vendored
@@ -32,10 +32,16 @@ jobs:
|
||||
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
|
||||
debug:
|
||||
needs: [configure]
|
||||
needs: [params, configure]
|
||||
name: Debug
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "[DEBUG] Show params outputs"
|
||||
shell: bash
|
||||
run: |
|
||||
echo 'matrix=${{ needs.params.outputs.matrix }}'
|
||||
echo 'refs=${{ needs.params.outputs.refs }}'
|
||||
|
||||
- name: "[DEBUG] Show configure outputs"
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user