Skip to content

Commit

Permalink
Update RUN_UNIQUET.yml (#3675)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-vandaele authored Nov 19, 2024
1 parent c2f1908 commit c9c7a10
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/RUN_UNIQUET.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
with:
ref: ${{ github.event.inputs.branch_name }}

- name: Checkout branch
run: |
git checkout -b single-file-element-template
- name: install-uniquet
run: |
mvn install -pl element-template-generator/uniquet -am
Expand All @@ -35,14 +31,6 @@ jobs:
BRANCH_NAME=${{ github.event.inputs.branch_name }}
./element-template-generator/uniquet/target/appassembler/bin/uniquet --destination ./connector-templates.json --branch $BRANCH_NAME
- name: Create commit
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -am "ci: adding connectors template file"
git push --set-upstream origin single-file-element-template
- name: Create pull request to main branch
uses: peter-evans/create-pull-request@v7
with:
Expand Down

0 comments on commit c9c7a10

Please sign in to comment.