Upload files to "/" #9

Closed
Rajendra.Reddy wants to merge 23 commits from rajendra.reddy-patch-1 into testing
Showing only changes of commit 06e09317ad - Show all commits

Protected
View File

@@ -1,4 +1,4 @@
name: Klc-Learner-Frontend
name: Klc-HR-Dashboard-Frontend
on:
push:
@@ -17,7 +17,7 @@ on:
- staging
- production
jobs:
Klc-Learner-Build-Test:
Klc-HR-Dashboard-Build-Test:
name: Build and Test PR
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
@@ -39,7 +39,7 @@ jobs:
if: github.event_name == 'push'
runs-on: ubuntu-latest
env:
ENV_FILE: {{vars.ENV_FILE}}
ENV_FILE: ${{vars.ENV_FILE}}
steps:
- name: Checkout Code in Runner