mirror of
https://gitea.pinpod.ir/pinwar/gh-actions.git
synced 2026-09-15 06:22:27 +00:00
fix
This commit is contained in:
4
.github/workflows/test-full.yaml
vendored
4
.github/workflows/test-full.yaml
vendored
@@ -22,7 +22,7 @@ on:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
if: ${{ github.event.inputs.run-docker == true }}
|
||||
if: ${{ github.event.inputs.run-docker }}
|
||||
uses: ./.github/workflows/docker.yaml
|
||||
with:
|
||||
debug: ${{ github.event.inputs.debug }}
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
REGISTERY_USER: ${{ secrets.REGISTERY_USER }}
|
||||
REGISTERY_PASSWORD: ${{ secrets.REGISTERY_PASSWORD }}
|
||||
argocd:
|
||||
if: ${{ github.event.inputs.run-argocd == true }}
|
||||
if: ${{ github.event.inputs.run-argocd }}
|
||||
uses: ./.github/workflows/argocd.yaml
|
||||
needs: docker
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user