We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v1.1.0
1 parent 5a385f8 commit d5ef55bCopy full SHA for d5ef55b
Dockerfile
@@ -4,7 +4,7 @@ COPY . .
4
RUN go build -o /src/app -ldflags="-w -s" .
5
FROM gcr.io/distroless/base
6
7
-LABEL version="1.0.1"
+LABEL version="1.1.0"
8
LABEL maintainer="wrench"
9
LABEL repository="https://github.com/EverythingSuckz/github-telegram-notify"
10
LABEL homepage="https://github.com/EverythingSuckz/github-telegram-notify"
README.md
@@ -23,7 +23,7 @@ Add the following lines of code in your YML file.
23
24
```sh
25
- name: Notify the commit on Telegram
26
- uses: EverythingSuckz/github-telegram-notify@v1.0.0
+ uses: EverythingSuckz/github-telegram-notify@main
27
with:
28
bot_token: '${{ secrets.BOT_TOKEN }}'
29
chat_id: '${{ secrets.CHAT_ID }}'
0 commit comments