Skip to content

whatch-releases

whatch-releases #4

name: whatch-releases
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: "37 4 * * *" # run every day at 4:37am UTC
jobs:
watch-releases:
strategy:
matrix:
project:
- operator-framework/operator-sdk
- operator-framework/operator-registry
- gmeghnag/omc
- openshift-pipelines/opc
runs-on: ubuntu-latest
if: github.repository_owner == 'vdemeester'
steps:
- name: ${{ project }}

Check failure on line 19 in .github/workflows/watch-release.yaml

View workflow run for this annotation

GitHub Actions / whatch-releases

Invalid workflow file

The workflow is not valid. .github/workflows/watch-release.yaml (Line: 19, Col: 15): Unrecognized named-value: 'project'. Located at position 1 within expression: project .github/workflows/watch-release.yaml (Line: 23, Col: 17): Unrecognized named-value: 'project'. Located at position 1 within expression: project
uses: git-for-windows/rss-to-issues@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
feed: https://github.com/${{ project }}/releases.atom
prefix: "[${{ project }}]"
dry-run: false
max-age: 72h