mirror of
https://github.com/p-stream/docs.git
synced 2026-04-20 22:32:09 +00:00
Merge branch 'master' into migrate-to-guider
This commit is contained in:
commit
475687849a
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue