fix(pipeline): added checkout action
All checks were successful
build / build (push) Successful in 14s
All checks were successful
build / build (push) Successful in 14s
This commit is contained in:
parent
c5cfc9d5c6
commit
9cbe3875b9
1 changed files with 4 additions and 2 deletions
|
|
@ -8,8 +8,10 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
-
|
- name: Checkout
|
||||||
name: Deploy action
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Deploy action
|
||||||
uses: https://edp.buildth.ing/DevFW-CICD/edge-connect-deploy-action@main
|
uses: https://edp.buildth.ing/DevFW-CICD/edge-connect-deploy-action@main
|
||||||
id: deploy
|
id: deploy
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue