Skip to content

Commit

Permalink
Fix(envs): set environment variable instead of bash variable (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Jan 8, 2023
1 parent 4a03da8 commit d91a1af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
echo "I am $BAR, thanks"
echo "sha: $SHA"
echo "port: $PORT"
sh test.sh
- name: ssh key passphrase
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d91a1af

Please sign in to comment.