Skip to content

Commit

Permalink
fix(INF-57): activate the field -appendValue- for good
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminalbanese committed Jun 27, 2024
1 parent d9bd73d commit 0312a3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ inputs:
fieldValue:
description: 'The value to set the field to'
required: true
appendValue:
description: 'Whether to append or not'
required: false
runs:
using: 'node20'
main: 'index.js'

0 comments on commit 0312a3f

Please sign in to comment.