Skip to content

Commit

Permalink
chore: Implemented creation of sync pull request in ci-cd.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mishael-o committed May 19, 2024
1 parent a7f75c2 commit a83d8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:

create-sync-pr:
if: ${{ github.ref_name == 'main' && inputs.create_sync_pr == true }}
name: Publish Packages
name: Create Sync PR
needs: [build]
runs-on: ubuntu-latest

Expand Down

0 comments on commit a83d8dd

Please sign in to comment.