Skip to content

Commit

Permalink
Update main.yml with pantheon server port number
Browse files Browse the repository at this point in the history
  • Loading branch information
kookster authored Jul 10, 2024
1 parent afbaf99 commit 2da6c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
shell: bash
# Pantheon server is the server name you get from SSH Clone URL when you click on Connection info in pantheon dashboard.
run: |
echo "sshkey=$(ssh-keyscan -t rsa -H ${{ secrets.PANTHEON_SERVER }})" >> $GITHUB_OUTPUT
echo "sshkey=$(ssh-keyscan -t rsa -H -p 2222 ${{ secrets.PANTHEON_SERVER }})" >> $GITHUB_OUTPUT
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 2da6c76

Please sign in to comment.