Changeset 56537 for trunk/.github/workflows/test-and-zip-default-themes.yml
- Timestamp:
- 09/07/2023 04:49:18 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-and-zip-default-themes.yml
r56402 r56537 80 80 steps: 81 81 - name: Checkout repository 82 uses: actions/checkout@ 8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.282 uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 83 83 with: 84 84 ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }} 85 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 85 86 86 87 - name: Set up Node.js 87 uses: actions/setup-node@ 64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.088 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 88 89 with: 89 90 node-version-file: '.nvmrc' … … 134 135 steps: 135 136 - name: Checkout repository 136 uses: actions/checkout@ 8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2137 uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 137 138 with: 138 139 ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }} 140 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 139 141 140 142 - name: Upload theme ZIP as an artifact
Note: See TracChangeset
for help on using the changeset viewer.