Fork repo #9
Workflow file for this run
This file contains 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: 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 GitHub Actions / Fork repoInvalid workflow file
|
||
with: | ||
route: PUT /user/starred/starkblaze01/Algorithms-Cheatsheet-Resources | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |