Update .forgejo/workflows/deleteapp.yaml

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

View file

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