Remove deploy_staging.yml workflow (manual deployment) #38

Merged
Copilot merged 3 commits from copilot/fix-unrecognized-named-value into main 2026-01-09 00:34:40 +00:00
Showing only changes of commit 0a2158066c - Show all commits

View File

@@ -27,7 +27,7 @@ jobs:
environment: environment:
name: ${{ inputs.environment }} name: ${{ inputs.environment }}
url: ${{ secrets.DEPLOY_URL }} url: ${{ vars.DEPLOY_URL }}
steps: steps:
- name: Checkout repository - name: Checkout repository