Fix link and text for switching to file-based pod templates #414
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "WordPress version checker" | |
on: | |
push: | |
branches: | |
- main | |
- release/* | |
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 }} |