Skip to content

Commit

Permalink
Merge pull request #41 from liquibase/fix-boolean-inputs
Browse files Browse the repository at this point in the history
fix(extension-update-version.yml): remove unnecessary repository_owne…
  • Loading branch information
jandroav authored Jun 23, 2023
2 parents 1e36c62 + 9ac9ed9 commit 9525967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extension-update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
git config user.name "liquibot"
git config user.email "[email protected]"
git remote remove origin
git remote add origin https://liquibot:${{ secrets.BOT_TOKEN }}@github.com/${{ github.repository_owner }}/${{ github.repository }}.git
git remote add origin https://liquibot:${{ secrets.BOT_TOKEN }}@github.com/${{ github.repository }}.git
- name: Prepare Maven Release
if: ${{ !github.event.inputs.perform-release && !github.event.inputs.perform-rollback}}
Expand Down

0 comments on commit 9525967

Please sign in to comment.