We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc37ca commit 32afa22Copy full SHA for 32afa22
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM appropriate/curl:latest
+FROM curlimages/curl:latest
2
3
LABEL "version"="0.0.1"
4
LABEL "repository"="https://github.com/ShaunLWM/action-pushbullet"
@@ -10,5 +10,4 @@ LABEL "com.github.actions.icon"="send"
10
LABEL "com.github.actions.color"="blue"
11
12
ADD entrypoint.sh /entrypoint.sh
13
-RUN chmod +x /entrypoint.sh
14
ENTRYPOINT ["/entrypoint.sh"]
entrypoint.sh
100644
100755
@@ -1,7 +1,7 @@
#!/bin/sh
curl \
---silent --output /dev/null \
+--silent --show-error \
5
-X POST \
6
--header "Content-Type: application/json" \
7
--header "Authorization: Bearer ${PB_TOKEN}" \
0 commit comments