Skip to content

Commit 7dee872

Browse files
committed
🧨 Delete useless quotes
1 parent cdf8574 commit 7dee872

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

projects/publish-wasm32-wasi/action.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
name: 'Rust Auto Publish'
2-
description: 'Auto publish rust binary to github release'
3-
author: 'Aster <[email protected]>'
1+
name: Rust Auto Publish
2+
description: Auto publish rust binary to github release
3+
author: Aster <[email protected]>
44
branding:
5-
icon: 'package'
6-
color: 'orange'
5+
icon: package
6+
color: orange
77
runs:
8-
using: 'node20'
9-
main: 'projects/publish-wasm32-wasi/rust-publish.js'
8+
using: node20
9+
main: rust-publish.js
1010
env:
11-
GITHUB_TOKEN: "As provided by Github Actions"
11+
GITHUB_TOKEN: As provided by Github Actions
1212
inputs:
1313
github:
14-
description: 'Publish to github release'
14+
description: Publish to github release
1515
required: false
1616
default: '{json}'
1717
crates:
18-
description: 'Publish to crates'
18+
description: Publish to crates
1919
required: false
2020
default: '{json}'
2121
npm:
22-
description: 'Publish to npm'
22+
description: Publish to npm
2323
required: false
2424
default: '{json}'
2525
outputs:

0 commit comments

Comments
 (0)