fix(ci): 🐛 👷 repository name check

This commit is contained in:
Guz013
2023-11-27 16:57:52 -03:00
parent 74b7612aa3
commit 24fa8bbeaa
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ on:
jobs:
deploy:
if: github.repository == 'loreddev/marknow'
if: github.repository == 'loreddev/loredmarkdown'
uses: loreddev/.github/.github/workflows/vercel-deploy.yml@main
secrets: inherit
with:

View File

@@ -12,7 +12,7 @@ on:
jobs:
deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'loreddev/marknow' }}
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'loreddev/loredmarkdown' }}
uses: loreddev/.github/.github/workflows/vercel-deploy.yml@main
secrets: inherit
with:

View File

@@ -8,8 +8,8 @@ on:
jobs:
mirror:
if: github.repository == 'loreddev/marknow'
if: github.repository == 'loreddev/loredmarkdown'
uses: loreddev/.github/.github/workflows/mirrors.yml@main
secrets: inherit
with:
codeberg-repo: https://codeberg.org/LoredDev/MarkNow
codeberg-repo: https://codeberg.org/LoredDev/LoredMarkdown