Changeset 59483
- Timestamp:
- 12/04/2024 02:41:26 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-support-json-reader-v1.yml
r59452 r59483 12 12 type: string 13 13 default: 'nightly' 14 repository: 15 description: 'The repository to read support JSON files from.' 16 type: string 17 default: 'WordPress/wordpress-develop' 14 18 outputs: 15 19 major-wp-version: … … 43 47 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 44 48 with: 49 repository: ${{ inputs.repository }} 45 50 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 46 51 … … 75 80 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 76 81 with: 82 repository: ${{ inputs.repository }} 77 83 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 78 84 … … 107 113 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 108 114 with: 115 repository: ${{ inputs.repository }} 109 116 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 110 117
Note: See TracChangeset
for help on using the changeset viewer.