Skip to content

Commit 81de67c

Browse files
authored
Cleanup Tailwind Play workflow (#16310)
This PR cleans up the Tailwind Play update by removing unnecessary inputs because Tailwind Play will take care of this.
1 parent 25b4278 commit 81de67c

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Diff for: .github/workflows/release-insiders.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,5 @@ jobs:
285285
owner: 'tailwindlabs',
286286
repo: 'play.tailwindcss.com',
287287
ref: 'master',
288-
workflow_id: 'upgrade-tailwindcss.yml',
289-
inputs: {
290-
insidersVersion: '0.0.0-${{ env.RELEASE_CHANNEL }}.${{ env.SHA_SHORT }}'
291-
}
288+
workflow_id: 'upgrade-tailwindcss.yml'
292289
})

Diff for: .github/workflows/release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,5 @@ jobs:
283283
owner: 'tailwindlabs',
284284
repo: 'play.tailwindcss.com',
285285
ref: 'master',
286-
workflow_id: 'upgrade-tailwindcss.yml',
287-
inputs: {
288-
version: '${{ env.TAILWINDCSS_VERSION }}'
289-
}
286+
workflow_id: 'upgrade-tailwindcss.yml'
290287
})

0 commit comments

Comments
 (0)