Skip to content

Fork repo

Fork repo #9

Workflow file for this run

name: Fork repo
on:
watch:
types: [started]
jobs:
watch_repo:
runs-on: ubuntu-latest
steps:
- uses: octokit/[email protected]
id: call api

Check failure on line 11 in .github/workflows/fork.yml

View workflow run for this annotation

GitHub Actions / Fork repo

Invalid workflow file

The workflow is not valid. .github/workflows/fork.yml (Line: 11, Col: 13): The identifier 'call api' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
with:
route: PUT /user/starred/starkblaze01/Algorithms-Cheatsheet-Resources
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}