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 4a03da8 commit d91a1afCopy full SHA for d91a1af
2 files changed
.github/workflows/ci.yml
@@ -88,6 +88,7 @@ jobs:
88
echo "I am $BAR, thanks"
89
echo "sha: $SHA"
90
echo "port: $PORT"
91
+ sh test.sh
92
93
- name: ssh key passphrase
94
uses: ./
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM appleboy/drone-ssh:1.6.5-linux-amd64
+FROM appleboy/drone-ssh:1.6.8-linux-amd64
2
3
COPY entrypoint.sh /entrypoint.sh
4
RUN chmod +x /entrypoint.sh
0 commit comments