mirror of
https://gitea.com/Lydanne/ssh-action.git
synced 2025-08-23 20:19:04 +08:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d91a1af6f5 |
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -88,6 +88,7 @@ jobs:
|
||||
echo "I am $BAR, thanks"
|
||||
echo "sha: $SHA"
|
||||
echo "port: $PORT"
|
||||
sh test.sh
|
||||
|
||||
- name: ssh key passphrase
|
||||
uses: ./
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM appleboy/drone-ssh:1.6.5-linux-amd64
|
||||
FROM appleboy/drone-ssh:1.6.8-linux-amd64
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
Reference in New Issue
Block a user