We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9feee61 commit 265052aCopy full SHA for 265052a
.github/workflows/admin_fetch_updated_apps.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Fetch Updated Apps
32
run: |
33
source ./cicd-deployment-scripts/admin/fetch_updated_apps.sh
34
+ cp .env.${{ github.ref_name }} .env
35
36
fetch_updated_apps ${{ github.repository_owner }}
37
0 commit comments