Skip to content

Commit

Permalink
Update autosync.yml
Browse files Browse the repository at this point in the history
update to account for changed repo name
  • Loading branch information
pazi146 authored and bwiesmayr committed May 7, 2024
1 parent 067dd49 commit 38fb3ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autosync.yml
Expand Up @@ -13,17 +13,17 @@ jobs:
steps:
- name: Sync release
run: |
gh repo sync ${{github.repository_owner}}/4diac-ide --branch release
gh repo sync ${{github.repository}} --branch release
- name: Sync develop
run: |
gh repo sync ${{github.repository_owner}}/4diac-ide --branch develop
gh repo sync ${{github.repository}} --branch develop
- name: Sync freeze
run: |
gh repo sync ${{github.repository_owner}}/4diac-ide --branch freeze
gh repo sync ${{github.repository}} --branch freeze
- name: Sync 3.0.x
run: |
gh repo sync ${{github.repository_owner}}/4diac-ide --branch 3.0.x
gh repo sync ${{github.repository}} --branch 3.0.x

0 comments on commit 38fb3ce

Please sign in to comment.