Skip to content

Commit

Permalink
Update generate_idehelper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelwurm authored Jan 8, 2025
1 parent 7082e20 commit f1bed1f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/generate_idehelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Pull Request
if: env.has_changes == 'true'
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ env.branch_name }}
base: dev
title: "Regenerate IDE helper files"
body: |
This PR regenerates IDE helper files.
Changes were automatically detected and pushed by the workflow.

0 comments on commit f1bed1f

Please sign in to comment.