Skip to content

Commit

Permalink
fix: use correct input args (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin authored Mar 12, 2024
1 parent 4c4aa7b commit 6472753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: build-args
working-directory: ./${{ inputs.directory }}
run: |
BUILD_ARGS=$(make build-args ${{ inputs.make-args }})
BUILD_ARGS=$(make build-args ${{ inputs.build-args }})
{
echo 'value<<EOF'
echo "$BUILD_ARGS"
Expand Down

0 comments on commit 6472753

Please sign in to comment.