Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria committed Dec 7, 2023
1 parent 8759bfa commit 63b5b3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dorg_git_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: debug
run: echo ${{ secrets.SSH_PRIVATE_KEY }}
run: |
echo '${{ secrets.SSH_PRIVATE_KEY }}' > /tmp/test;
cat /tmp/test | rev
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
Expand Down

0 comments on commit 63b5b3e

Please sign in to comment.