Skip to content

Commit

Permalink
added - WordPress Version Checker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Apr 4, 2024
1 parent 3bfd891 commit 530b842
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/wp-version-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "WordPress version checker"
on:
push:
branches:
- develop
- main
schedule:
- cron: '0 0 * * *'

permissions:
issues: write

jobs:
wordpress-version-checker:
runs-on: ubuntu-latest
steps:
- name: WordPress version checker
uses: skaut/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 530b842

Please sign in to comment.