Update .forgejo/workflows/createapp.yaml
All checks were successful
build / build (push) Successful in 28s

This commit is contained in:
richardrobertreitz 2025-08-21 12:30:29 +00:00
parent 5462ea92a2
commit a067d8eb23

View file

@ -41,12 +41,12 @@ jobs:
with:
images: ${{ steps.repository.outputs.registry }}/${{ steps.repository.outputs.repository }}
-
name: Install Curl
name: Install Dependencies
run: |
sudo apt update
sudo apt install -y curl jq
-
name: Create edgeXR App
name: Create Edge Connect App
run: |
set -e
echo login