Skip to content

Commit c68fde0

Browse files
authored
Merge pull request #3 from wp-phpunit/fix-tag-checking
Fix path of dependent output in condition
2 parents c405389 + 883cc76 commit c68fde0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
build-tags:
5757
name: Build Tags
5858
needs: check-tags
59-
if: needs.check-tags.tags-to-build != '[]'
59+
if: needs.check-tags.outputs.tags-to-build != '[]'
6060
uses: ./.github/workflows/build.yml
6161
secrets: inherit

0 commit comments

Comments
 (0)