diff --git a/.forgejo/workflows/createapp.yaml b/.forgejo/workflows/createapp.yaml index c676f5a..3705da1 100644 --- a/.forgejo/workflows/createapp.yaml +++ b/.forgejo/workflows/createapp.yaml @@ -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