Toon keeps yelling :3

This commit is contained in:
Cooper Ransom
2024-03-30 21:07:04 -04:00
parent 63db69cab8
commit 10762c8653

View File

@@ -33,6 +33,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: gh repo sync <OWNER>/<FORK> # Replace the placeholders within the < > - run: gh repo sync <OWNER>/<FORK> # Replace the placeholders within the < >
env:
GH_TOKEN: ${{ github.token }}
- uses: gautamkrishnar/keepalive-workflow@v1 - uses: gautamkrishnar/keepalive-workflow@v1
``` ```