Skip to content

Commit ace8f91

Browse files
committed
Fix workflow reference.
1 parent 3484fd7 commit ace8f91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-built-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Compares the results of the build script with WordPress/WordPress.
5454
compare-build-script-results:
5555
name: Compare built files to WordPress/WordPress
56-
uses: reusable-compare-built-files-v1.yml
56+
uses: ./.github/workflows/reusable-compare-built-files-v1.yml
5757
permissions:
5858
contents: read
5959
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)