feat: 移除專案名稱的導入,改從工作目錄取得

This commit is contained in:
Jeffery
2026-03-23 09:18:30 +08:00
parent c6b68b50ad
commit 08a32debc7
2 changed files with 1 additions and 10 deletions

View File

@@ -2,9 +2,6 @@ name: 'ZIP'
description: '壓縮檔案'
author: 'Jeffery'
inputs:
RELEASE_PROJECT:
description: '專案名稱'
required: true
RELEASE_VERSION:
description: '專案版本'
required: true
@@ -16,7 +13,6 @@ runs:
using: 'docker'
image: 'Dockerfile'
env:
RELEASE_PROJECT: ${{ inputs.RELEASE_PROJECT }}
RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }}
RELEASE_FOLDER: ${{ inputs.RELEASE_FOLDER }}
ZIP_FILE: ${{ inputs.ZIP_FILE }}