From a7921d409e6c079b07f2ba0f0643d753edf980b8 Mon Sep 17 00:00:00 2001
From: ValueOn AG
Date: Sun, 24 May 2026 02:42:29 +0200
Subject: [PATCH] fix: use full GitHub URLs for Azure actions (not mirrored on
Forgejo)
Co-authored-by: Cursor
---
.forgejo/workflows/int_porta-int-ui-nyla.yml | 2 +-
.forgejo/workflows/main_porta-main-ui-nyla.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.forgejo/workflows/int_porta-int-ui-nyla.yml b/.forgejo/workflows/int_porta-int-ui-nyla.yml
index 1cb9de5..053ab2d 100644
--- a/.forgejo/workflows/int_porta-int-ui-nyla.yml
+++ b/.forgejo/workflows/int_porta-int-ui-nyla.yml
@@ -61,7 +61,7 @@ jobs:
}' > deploy/package.json
- name: 'Deploy to Azure Web App'
- uses: azure/webapps-deploy@v3
+ uses: https://github.com/Azure/webapps-deploy@v3
with:
app-name: 'poweron-nyla-int'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_POWERON_NYLA_INT }}
diff --git a/.forgejo/workflows/main_porta-main-ui-nyla.yml b/.forgejo/workflows/main_porta-main-ui-nyla.yml
index 3748f17..3ae5cfd 100644
--- a/.forgejo/workflows/main_porta-main-ui-nyla.yml
+++ b/.forgejo/workflows/main_porta-main-ui-nyla.yml
@@ -61,7 +61,7 @@ jobs:
}' > deploy/package.json
- name: 'Deploy to Azure Web App'
- uses: azure/webapps-deploy@v3
+ uses: https://github.com/Azure/webapps-deploy@v3
with:
app-name: 'poweron-nyla'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_POWERON_NYLA }}