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.
This commit is contained in:
Robin Malfait 2025-02-06 19:56:29 +01:00 committed by GitHub
parent 25b42789b0
commit 81de67c5ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 8 deletions

View File

@ -285,8 +285,5 @@ jobs:
owner: 'tailwindlabs',
repo: 'play.tailwindcss.com',
ref: 'master',
workflow_id: 'upgrade-tailwindcss.yml',
inputs: {
insidersVersion: '0.0.0-${{ env.RELEASE_CHANNEL }}.${{ env.SHA_SHORT }}'
}
workflow_id: 'upgrade-tailwindcss.yml'
})

View File

@ -283,8 +283,5 @@ jobs:
owner: 'tailwindlabs',
repo: 'play.tailwindcss.com',
ref: 'master',
workflow_id: 'upgrade-tailwindcss.yml',
inputs: {
version: '${{ env.TAILWINDCSS_VERSION }}'
}
workflow_id: 'upgrade-tailwindcss.yml'
})