1
0

Обновить .gitea/workflows/automerge-with-core.yaml
All checks were successful
Merge core/template-android-project to this repo / merge-if-needed (push) Successful in 4m15s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4m17s

This commit is contained in:
Владимир Шперлинг 2024-03-03 17:22:28 +00:00
parent de5d9dfe28
commit d64590f544

View File

@ -8,7 +8,7 @@ on:
jobs:
merge-if-needed:
if: "!contains('core/template-android-project', ${{ gitea.repository }})"
if: true
runs-on: ubuntu-latest
steps:
- run: echo "🎉 !contains('core/template-android-project', ${{ gitea.repository }})."