feat: expose slug variables for github.event.ref

This commit is contained in:
rlespinasse
2020-07-22 12:50:46 +02:00
committed by Romain Lespinasse
parent 4268cc0475
commit 5a334a8573
7 changed files with 658 additions and 1088 deletions

View File

@@ -1,8 +1,4 @@
# Container image that runs your code
FROM alpine:3.10
# Copies your code file from your action repository to the filesystem path `/` of the container
RUN apk add --no-cache jq
COPY entrypoint.sh /entrypoint.sh
# Code file to execute when the docker container starts up (`entrypoint.sh`)
ENTRYPOINT ["/entrypoint.sh"]