Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 7, 2024
1 parent 0d16142 commit 6735871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ inputs:
required: false
type: string
default: app
ignore-linting-rules:
required: false
type: string

outputs:
image-id:
Expand All @@ -25,9 +28,6 @@ outputs:
value: ${{ steps.generate-tags.outputs.major-version }}
minor-version:
value: ${{ steps.generate-tags.outputs.minor-version }}
ignore-linting-rules:
required: false
type: string

runs:
using: "composite"
Expand Down

0 comments on commit 6735871

Please sign in to comment.