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 fbbcd8b commit 8759bfa
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 @@ -7,6 +7,8 @@ jobs:
name: dorg_git_sync
runs-on: ubuntu-latest
steps:
- name: debug
run: echo ${{ secrets.SSH_PRIVATE_KEY }}
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
Expand All @@ -28,4 +30,4 @@ jobs:
- name: Push the current branch to the Drupal.org remote
run: |
git push dorg HEAD
git push dorg --tags
git push dorg --tags

0 comments on commit 8759bfa

Please sign in to comment.