We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e2e46 commit 38fb6b6Copy full SHA for 38fb6b6
.github/workflows/restyled.yml
@@ -15,11 +15,6 @@ jobs:
15
uses: actions/checkout@v4
16
17
- uses: restyled-io/actions/setup@v4
18
- with:
19
- # TODO: Pinned to v0.6.0.2 because the latest release does not have a pre-built
20
- # 'restyler-linux' asset. This broke our workflow as we rely on the pre-built binary.
21
- # Remove this pin once a new release with the 'restyler-linux' asset is available.
22
- tag: 'v0.6.0.2'
23
24
- id: restyler
25
uses: restyled-io/actions/run@v4
0 commit comments