commit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Deploy Using Reusable
|
||||
name: Deploy Using Reusable (Example)
|
||||
|
||||
"on":
|
||||
workflow_dispatch:
|
||||
@@ -13,7 +13,7 @@ name: Deploy Using Reusable
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
uses: tienngo/ci-templates/.gitea/workflows/deploy-compose.reusable.yml@main
|
||||
uses: ./.github/workflows/deploy-compose.reusable.yml
|
||||
with:
|
||||
runner: ${{ inputs.runner }}
|
||||
image: ${{ inputs.image }}
|
||||
image: ${{ inputs.image }}
|
||||
|
||||
Reference in New Issue
Block a user