Skip to content

Commit

Permalink
Publish test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson authored and jackson committed Jun 21, 2024
1 parent 62f063d commit a80dd15
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/actions/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ branding:
icon: upload-cloud
color: red
inputs:
checkout:
description: 'Specifies if this action should checkout the code'
required: false
default: 'true'
path:
description: 'Specifies the path of the static assets after building'
required: false
Expand Down Expand Up @@ -36,7 +32,6 @@ runs:
using: 'ubuntu-latest'
steps:
- name: Checkout if required
if: ${{ inputs.checkout == 'true' }}
uses: actions/checkout@v4

- name: 'Build'
Expand Down

0 comments on commit a80dd15

Please sign in to comment.