Skip to content

Commit

Permalink
Fix update_lexicons workflow 5
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Nov 14, 2024
1 parent 08c746f commit e175de2
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/update_lexicons.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Fetch new lexicons and regenerate code and docs

on:
push:
branches:
- fix-update-lexicons-workflow
workflow_dispatch:
schedule:
- cron: '0 12 * * 5'

permissions:
contents: read
Expand Down Expand Up @@ -43,15 +43,15 @@ jobs:
source $(poetry env info -p)/bin/activate
echo "COMMIT_MESSAGE=$(python update_lexicons.py)" >> $GITHUB_ENV
# - name: Create Pull Request.
# uses: peter-evans/create-pull-request@v5
# with:
# token: ${{ secrets.PAT }}
# committer: Ilya (Marshal) <[email protected]>
# author: Ilya (Marshal) <[email protected]>
# commit-message: ${{ env.COMMIT_MESSAGE }}
# body: This PR was automatically generated
# base: main
# branch: update-lexicons
# title: ${{ env.COMMIT_MESSAGE }}
# assignees: MarshalX
- name: Create Pull Request.
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.PAT }}
committer: Ilya (Marshal) <[email protected]>
author: Ilya (Marshal) <[email protected]>
commit-message: ${{ env.COMMIT_MESSAGE }}
body: This PR was automatically generated
base: main
branch: update-lexicons
title: ${{ env.COMMIT_MESSAGE }}
assignees: MarshalX

0 comments on commit e175de2

Please sign in to comment.