Skip to content

Commit

Permalink
fix: add missing }
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Sep 20, 2022
1 parent 258ae68 commit 768ed15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ runs:
uses: agrc/service-now-worknote-action@v1
if: ${{ inputs.service-now-system-id != '' }}
with:
system-id: ${{ inputs.service-now-system_id }
system-id: ${{ inputs.service-now-system_id }}
username: ${{ inputs.service-now-username }}
password: ${{ inputs.service-now-password }}

0 comments on commit 768ed15

Please sign in to comment.