We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2b0e4 commit 39fc790Copy full SHA for 39fc790
.github/workflows/restyled.yml
@@ -16,7 +16,9 @@ jobs:
16
17
- uses: restyled-io/actions/setup@v4
18
with:
19
- # Pin the Restyler version to v0.6.0.2
+ # 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
0 commit comments