Skip to content

Commit

Permalink
fix: use main branch for e2e testes
Browse files Browse the repository at this point in the history
  • Loading branch information
easingthemes committed Jan 2, 2023
1 parent ec9347f commit 21451fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: e2e Test

on:
push:
branches: [ 'feature/ssh-cmd' ]
branches: [ 'main' ]

env:
TEST_HOST_DOCKER: ./test
Expand Down Expand Up @@ -55,10 +55,10 @@ jobs:
cat index.html
- name: e2e Test published ssh-deploy action
uses: easingthemes/ssh-deploy@feature/ssh-cmd
uses: easingthemes/ssh-deploy@main
env:
# SSH_PRIVATE_KEY: $EXAMPLE_SSH_PRIVATE_KEY
# REMOTE_HOST: $EXAMPLE_REMOTE_HOST1
# REMOTE_HOST: $EXAMPLE_REMOTE_HOST
REMOTE_USER: ${{ env.TEST_USER }}
ARGS: "-rltgoDzvO"
SOURCE: "test_project/"
Expand Down

0 comments on commit 21451fe

Please sign in to comment.