Skip to content

Commit

Permalink
fix action inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankie Gallina-Jones committed May 25, 2022
1 parent fda872f commit 6497dcd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions actions/release-notes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ runs:
using: 'docker'
image: 'Dockerfile'
args:
- "--build-tag"
- "${{ inputs.build_tag }}"
- "--run-tag"
- "${{ inputs.run_tag }}"
- "--build-image"
- "${{ inputs.build_image }}"
- "--run-image"
- "${{ inputs.run_image }}"
- "--build-diff"
- "${{ inputs.build_receipt_diff }}"
- "--run-diff"
- "${{ inputs.run_receipt_diff }}"
- "--patched-usns"
- "${{ inputs.patched_usns }}"

0 comments on commit 6497dcd

Please sign in to comment.