Skip to content

Commit

Permalink
Fix update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Oct 8, 2022
1 parent 62c094d commit 13df27d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,21 @@ 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/[email protected]
- uses: actions/setup-python@v4
with:
python-version: '^3.10'
- name: Install GNU tools
run: brew install iproute2mac
- uses: technote-space/create-pr-action@v2
with:
EXECUTE_COMMANDS: |
Expand Down

0 comments on commit 13df27d

Please sign in to comment.