Skip to content

Commit

Permalink
Fix yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedeorlandau committed Jan 11, 2022
1 parent e9d898d commit c9196e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ author: 'fedeorlandau'
inputs:
content:
description: 'The content to encode to QR code. Must be string.'
required: true
required: true
outputs:
data:
description: 'Base64 Data For the Generated QR Code'
text:
description: 'ASCII Text Representation of the Generated QR COde'
text:
description: 'ASCII Text Representation of the Generated QR COde'
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'
branding:
icon: 'image'
color: 'gray-dark'
color: 'gray-dark'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-qr-code-generator",
"version": "2.0.0",
"version": "3.0.0",
"description": "A GitHub Action that generates a QR Code and returns base64 Data",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit c9196e3

Please sign in to comment.