Skip to content

Commit

Permalink
Merge pull request #351 from ladesa-ro/dev/gabriel
Browse files Browse the repository at this point in the history
ci: generate-integrations
  • Loading branch information
guesant authored Oct 17, 2024
2 parents a0fd71d + b71c2bd commit 91cc3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Checkout to branch and commit changes
run: |
git branch -D ${{ env.automated-branch }};
(git branch -D ${{ env.automated-branch }}; exit 0;)
git checkout -b ${{ env.automated-branch }};
git add -A;
git commit -m "chore: generate integrations";
Expand Down

0 comments on commit 91cc3df

Please sign in to comment.