Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies authored and Sean Gillies committed Nov 10, 2023
1 parent 0f86b37 commit 7c53e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_gdal_tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: get-tags
run: python ci/get-new-tags.py https://github.com/osgeo/gdal/tags.atom 48 >> $GITHUB_OUTPUT
run: echo "tags=$(python ci/get-new-tags.py https://github.com/osgeo/gdal/tags.atom 48)" >> "$GITHUB_OUTPUT"

test-gdal-tag:
name: Check ${{ matrix.nickname }}
Expand Down

0 comments on commit 7c53e95

Please sign in to comment.