Skip to content

Commit

Permalink
Update update-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 authored Sep 27, 2024
1 parent 53e1301 commit d0faa52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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

0 comments on commit d0faa52

Please sign in to comment.