Merge pull request #1153 from saschanaz/bot-fork

Try forking first before pushing PR
This commit is contained in:
Orta Therox 2021-09-23 12:39:17 +01:00 коммит произвёл GitHub
Родитель 409a010a7c 3722dc7a57
Коммит c00446d059
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 9 добавлений и 0 удалений

9
.github/workflows/update-core-deps.yml поставляемый
Просмотреть файл

@ -26,6 +26,15 @@ jobs:
- id: git-diff
run: git diff --quiet HEAD baselines
continue-on-error: true
# TODO: Remove the following command after the fork is created
- env:
TS_TOKEN: ${{ secrets.TS_GITHUB_BOT_AUTH }}
run: |
echo $TS_TOKEN > ts_token
gh auth login --with-token < ts_token
gh repo fork --remote false
rm ts_token
continue-on-error: true
- uses: peter-evans/create-pull-request@v3
if: ${{ steps.git-diff.outcome == 'failure' }}
with: