Skip to content

Commit

Permalink
Update and rename wordpress-latest.yml to wordpress-version-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpaul committed Aug 4, 2023
1 parent 7a64383 commit 6a74ed0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ on:
schedule:
- cron: '0 0 * * 1'

permissions:
issues: write

jobs:
wordpress-version-checker:
runs-on: ubuntu-latest
steps:
- name: WordPress version checker
uses: skaut/wordpress-version-checker@v1.2.0
uses: skaut/wordpress-version-checker@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6a74ed0

Please sign in to comment.