Skip to content

Create test

Create test #62

name: Generate-Updates
on:
workflow_dispatch:
inputs:
args:
description: "Extra command line arguments."
required: false

Check failure on line 7 in .github/workflows/generate-updates.yml

View workflow run for this annotation

GitHub Actions / Generate-Updates

Invalid workflow file

The workflow is not valid. .github/workflows/generate-updates.yml (Line: 7, Col: 5): Required property is missing: runs-on
jobs:
generate-updates:
if: ${{ github.repository == 'googleapis/google-api-ruby-client' }}
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
APPROVAL_GITHUB_TOKEN: ${{secrets.YOSHI_APPROVER_TOKEN}}
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
- name: Install tools
run: |
gem install --no-document toys
- name: execute
run: |
toys generate-updates -v --fork ${{ github.event.inputs.args }}