Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions #4

Closed
wants to merge 10 commits into from
Next Next commit
Fix update workflow
  • Loading branch information
electrocucaracha committed Oct 8, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 9d362d97444658881322f58237e19b0bff772a20
12 changes: 8 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -13,15 +13,19 @@ name: Scheduled Versions and Dictionary verification
on:
schedule:
- cron: '0 0 * * *'
pull_request:
types: [opened, synchronize, reopened, closed]
workflow_dispatch:

jobs:
check-versions:
runs-on: ubuntu-latest
permissions:
contents: write # for technote-space/create-pr-action to push code
pull-requests: write # for technote-space/create-pr-action to create a PR
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
- uses: actions/setup-python@v4
with:
python-version: '^3.10'
- uses: technote-space/create-pr-action@v2
with:
EXECUTE_COMMANDS: |