Skip to content

Commit

Permalink
Update sync_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Sikina committed Jun 12, 2024
1 parent 3d12116 commit 7d064ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ssh-key: ${{secrets.SECRET_KEY}}
fetch-depth: 0

- name: Setup Git User
run: |
git config user.name "GitHub Action"
git config user.email "<EMAIL>"
git config user.name "Luke Sikina"
git config user.email "[email protected]"
- name: Update Test Branch
run: |
Expand Down

0 comments on commit 7d064ba

Please sign in to comment.