Fix by caused by toon's yelling

This commit is contained in:
mrjvs
2024-03-31 03:27:22 +02:00
parent 6723047b99
commit 16421e55a4
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ jobs:
- uses: actions/checkout@v3
- run: gh repo sync <OWNER>/<FORK> # Replace the placeholders within the < >
- uses: gautamkrishnar/keepalive-workflow@v1
env:
GH_TOKEN: ${{ github.token }}
```
3. Replace the `<OWNER>` placeholder with the GitHub username of the account that owns the fork.