Skip to content

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarnathCJD committed Mar 13, 2024
1 parent 9ec0cee commit a853f06
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/tlparser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ jobs:
- name: Build & Run TL Parser
run: cd ./internal/cmd/tlgen && go run .

- name: Send PR
uses: peter-evans/create-pull-request@v3
- uses: stefanzweifel/git-auto-commit-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Auto LTL
title: Auto LTL
body: Automatically generated pull request from TLParser workflow
branch: auto-ltl
base: master
branch-suffix: timestamp
commit_message: "TLParserBot: Auto-Generated TLs"
commit_options: "--no-verify"
repository: .
commit_user_name: AmarnathCjd
commit_user_email: [email protected]
commit_author: AmarnathCjd <[email protected]>


0 comments on commit a853f06

Please sign in to comment.