Skip to content

ci: more invalid yaml #3

ci: more invalid yaml

ci: more invalid yaml #3

name: regenerate-protos
on:
push
# schedule:
# - cron: "0 * * * *"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/@vegaprotocol/vega-version-action

Check failure on line 12 in .github/workflows/regenerate_protos_cron.yml

View workflow run for this annotation

GitHub Actions / regenerate-protos

Invalid workflow file

The workflow is not valid. .github/workflows/regenerate_protos_cron.yml (Line: 12, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'actions/@vegaprotocol/vega-version-action' Input string was not in a correct format. Failure to parse near offset 90. Expected an ASCII digit.
with:
include-preview-versions: true
- run: echo 'done'