Skip to content

Commit be59056

Browse files
committed
revert(deploy): drop build_args env injection — no longer needed
1 parent ff2ed59 commit be59056

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/actions/deploy/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ runs:
168168
source_git_commit_hash: ${{ steps.git_commit_hash.outputs.git_commit_hash }}
169169
source_git_commit_hash_full: ${{ steps.git_commit_hash_full.outputs.git_commit_hash_full }}
170170
GOPROXY: ${{ inputs.GOPROXY }}
171-
build_args: ${{ inputs.build_args }}
172171
build_method: ${{ inputs.build_method }}
173172
run: |
174173
${{ inputs.build_script }}

0 commit comments

Comments
 (0)