We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cadfd7 commit f642207Copy full SHA for f642207
.github/workflows/javascript-tests.yml
@@ -48,7 +48,7 @@ jobs:
48
name: QUnit Tests
49
uses: desrosj/wordpress-develop/.github/workflows/reusable-javascript-tests.yml@update/js-workflow
50
with:
51
- old-branch: 'true'
+ old-branch: true
52
permissions:
53
contents: read
54
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
0 commit comments