Skip to content

Commit

Permalink
Remove erroneous output value configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lnhrdt committed Nov 10, 2024
1 parent bc3e13a commit 4c001fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions next-image-tag-number/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ inputs:
outputs:
tag:
description: The next tag, including the prefix and tag number.
value: ${{ steps.next-tag.outputs.tag }}
number:
description: The next tag number.
value: ${{ steps.next-tag.outputs.number }}

runs:
using: docker
Expand Down

0 comments on commit 4c001fc

Please sign in to comment.