Skip to content

Commit c7d66cf

Browse files
committed
test
1 parent 4452cd6 commit c7d66cf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,13 @@ jobs:
1515
id: check_diff
1616
run: |
1717
if git diff --name-only HEAD^ HEAD | grep -q "^config/tileset/topographic-v2.json$"; then
18-
echo "File Changed"
18+
echo "File changed"
1919
echo "changed=true" >> $GITHUB_OUTPUT
2020
else
2121
echo "File Not Change"
2222
echo "changed=false" >> $GITHUB_OUTPUT
2323
fi
2424
25-
- name: Use result
26-
run: echo "File changed: ${{ steps.check_diff.outputs.changed }}"
27-
2825
publish-odr:
2926
needs: check-vector-update
3027
if: needs.check-vector-update.outputs.changed == 'true'

0 commit comments

Comments
 (0)