Skip to content

Commit

Permalink
Update sync_to_main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chanikag authored Oct 22, 2024
1 parent 3175439 commit 3bc9145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_to_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: 4.3.0
ref: propertyM
- name: Reset 4.3.0 branch
run: |
git fetch origin main:main
git reset --hard main
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
branch: 4.3.0
branch: propertyM

0 comments on commit 3bc9145

Please sign in to comment.