We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974ef75 commit f66cdb3Copy full SHA for f66cdb3
1 file changed
.github/workflows/reusable-compare-built-files-v1.yml
@@ -82,6 +82,7 @@ jobs:
82
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
83
with:
84
repository: 'WordPress/WordPress'
85
+ ref: ${{ github.base_ref == 'trunk' && 'master' || format( '{0}-branch', github.base_ref ) }}
86
path: ${{ github.workspace }}/build-server
87
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
88
persist-credentials: false
0 commit comments