Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Aug 14, 2024
1 parent 97c909d commit a46c627
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish_docker_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
matrix_json=$(echo "$workflows" | tr ' ' '\n' | sed 's/^/"/;s/$/"/' | paste -sd, - | sed 's/^/[ /;s/$/ ]/')
echo "matrix_json=$matrix_json" >> $GITHUB_ENV
- name: List files
run: |
ls -l ./
ls -l ./.github/
ls -l ./.github/workflows/
- name: Trigger Workflow Debian
uses: ./.github/workflows/publish_docker_matrix_debian.yml

Expand Down

0 comments on commit a46c627

Please sign in to comment.