Skip to content

Commit

Permalink
debug: see where are we
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Nov 8, 2024
1 parent 4f36d8b commit 7df5987
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: foo
run: |
echo $PWD
ls -lah
- id: convert
run: |
echo "matrix=$(yq -o=json -I=0 '.' .github/workflows/matrix.yml)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7df5987

Please sign in to comment.