Skip to content

Commit

Permalink
README.md: avoid inconsistent trailing space in example YAML (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Jun 6, 2023
1 parent 8c3ec12 commit 5d23709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-invalidations@v1
id: invs_default

- name: Report invalidation counts
run: |
echo "Invalidations on default branch: ${{ steps.invs_default.outputs.total }} (${{ steps.invs_default.outputs.deps }} via deps)" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 5d23709

Please sign in to comment.