diff --git a/Dockerfile b/Dockerfile index 9dd9e53..51fdd52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Container image that runs your code FROM alpine:3.17 -RUN apk add --no-cache curl tar +RUN apk add --no-cache curl tar git ARG RCON_VERSION="0.10.2" diff --git a/README.md b/README.md index 0653228..51a820d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # fivem-resource-watcher +This action prints "Hello World" or "Hello" + the name of a person to greet to the log. + +## Inputs + +## `who-to-greet` + +**Required** The name of the person to greet. Default `"World"`. + +## Outputs + +## `time` + +The time we greeted you. + +## Example usage + +uses: actions/hello-world-docker-action@v2 +with: + who-to-greet: 'Mona the Octocat' \ No newline at end of file