We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9a68f commit 4be06acCopy full SHA for 4be06ac
.github/workflows/fetch-wxr-assets.yml
@@ -56,7 +56,7 @@ jobs:
56
57
echo "Normalizing $FILE"
58
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
+ php preprocess-wxr.phar --wxr=$FILE --downloads-path=$ASSETS_DIR --new-assets-prefix=https://raw.githubusercontent.com/wordpress/blueprints/${{ github.head_ref }}/$ASSETS_DIR
60
done
61
62
- name: Check for uncommitted changes
0 commit comments