Skip to content

Commit 4be06ac

Browse files
committed
tweak ci
1 parent 3a9a68f commit 4be06ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fetch-wxr-assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
echo "Normalizing $FILE"
5858
ASSETS_DIR=$(dirname $FILE)/wxr-assets
59-
php preprocess-wxr.phar --wxr=$FILE --downloads-path=ASSETS_DIR --new-assets-prefix=https://raw.githubusercontent.com/wordpress/blueprints/${{ github.head_ref }}/$ASSETS_DIR
59+
php preprocess-wxr.phar --wxr=$FILE --downloads-path=$ASSETS_DIR --new-assets-prefix=https://raw.githubusercontent.com/wordpress/blueprints/${{ github.head_ref }}/$ASSETS_DIR
6060
done
6161
6262
- name: Check for uncommitted changes

0 commit comments

Comments
 (0)