Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperCodec committed Aug 3, 2023
2 parents 9627fe6 + 38955b4 commit 3bb7d7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: "Deploy with Shuttle"
description: "Deploy code to production server using cargo-shuttle"
author: "HyperCodec"
branding:
icon: "play-circle"
color: "gray-dark"
icon: "truck"
color: "orangeRed"
inputs:
api_key:
description: "API key for Shuttle account"
Expand All @@ -14,4 +14,4 @@ inputs:
description: "The path to your shuttle project"
runs:
using: "node16"
main: main.js
main: main.js

0 comments on commit 3bb7d7b

Please sign in to comment.