You've already forked gitea-composer-upload-action
fix: Updated environment definition 🐛
This commit is contained in:
@@ -2,7 +2,7 @@ FROM cybercinch/base-alpine-bash:latest
|
|||||||
|
|
||||||
COPY scripts/docker-entrypoint.sh /entrypoint.sh
|
COPY scripts/docker-entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
ENV upload_file=build/Package.zip
|
ENV upload_file="build/Package.zip"
|
||||||
ENV overwrite_files=false
|
ENV overwrite_files="false"
|
||||||
|
|
||||||
CMD ["/entrypoint.sh"]
|
CMD ["/entrypoint.sh"]
|
||||||
Reference in New Issue
Block a user