You've already forked gitea-composer-upload-action
fix: action not running
This commit is contained in:
@@ -3,4 +3,6 @@ FROM cybercinch/base-alpine-bash:latest
|
||||
COPY scripts/docker-entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENV upload_file=build/Package.zip
|
||||
ENV overwrite_files=false
|
||||
|
||||
CMD ["/entrypoint.sh"]
|
||||
@@ -19,11 +19,9 @@ inputs:
|
||||
overwrite_files:
|
||||
description: "Overwrite package if already exists"
|
||||
required: false
|
||||
default: "false"
|
||||
upload_file:
|
||||
description: "The file path to upload"
|
||||
required: false
|
||||
default: "build/Pacakge.zip"
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
||||
|
||||
Reference in New Issue
Block a user