Skip to content

Commit

Permalink
[BUGS-6560]: finding env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Wagner committed Jan 25, 2024
1 parent 04e7caa commit c55f7a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ssh-auth-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: ignore
- name: Get env variables
id: get_variables
run: |
env > /home/runner/work/search_api_pantheon/search_api_pantheon/temp.txt
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Test SSH Auth
Expand Down

0 comments on commit c55f7a5

Please sign in to comment.