Skip to content

Commit

Permalink
fixup quote
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz committed Jan 23, 2025
1 parent 5670b2f commit dd6450f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
version: "1.10"
- name: "testing stuff"
run: |
echo ${{ join(github.event.commits[*].modified, " ") }}
echo ${{ join(github.event.commits[*].modified[*], " ") }}
echo ${{ join(github.event.commits.*.modified, " ") }}
echo ${{ join(github.event.commits.*.modified[*], " ") }}
echo ${{ join(github.event.commits[*].modified, ' ') }}
echo ${{ join(github.event.commits[*].modified[*], ' ') }}
echo ${{ join(github.event.commits.*.modified, ' ') }}
echo ${{ join(github.event.commits.*.modified[*], ' ') }}
- name: "Build package"
uses: julia-actions/julia-buildpkg@v1
- name: "set test subgroup"
Expand Down

0 comments on commit dd6450f

Please sign in to comment.