diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index cff70fd..38738b0 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout the code uses: actions/checkout@v4 with: - repository: custom-components + repository: assimbly/custom-components ref: ${{ inputs.branch }} fetch-depth: 0 token: ${{ secrets.RELEASE_TOKEN }} @@ -65,6 +65,6 @@ jobs: uses: ad-m/github-push-action@master with: github_token: ${{ secrets.RELEASE_TOKEN }} - repository: custom-components + repository: assimbly/custom-components ref: ${{ inputs.branch }} force_with_lease: true