1
0

Обновить .gitea/workflows/automerge-with-core.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4m17s

This commit is contained in:
Владимир Шперлинг 2024-03-03 17:27:16 +00:00
parent 11da8087bd
commit f039440809

View File

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