Changeset 60052
- Timestamp:
- 03/19/2025 12:30:39 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-check-built-files.yml
r60051 r60052 84 84 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 85 85 with: 86 ref: ${{ github.head_ref }} 86 repository: ${{ github.event.pull_request.head.repo.full_name }} 87 ref: ${{ github.event.pull_request.head.ref }} 87 88 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 88 89 token: ${{ env.ACCESS_TOKEN }}
Note: See TracChangeset
for help on using the changeset viewer.