This repository was archived by the owner on Dec 13, 2024. It is now read-only.
Check new PHP releases. #101
This file contains hidden or 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: Check new PHP releases. | |
on: | |
schedule: | |
- cron: "00 04 * * *" | |
permissions: | |
issues: write | |
jobs: | |
notify_new_releases: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/checkout@v4 | |
- name: Check the new php releases. | |
uses: sxbrsky/[email protected] | |
with: | |
repo-token: ${{ github.token }} | |
repo: docker-php-cli | |
owner: sxbrsky | |
localfile: .releases |