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 97337cd commit f007860Copy full SHA for f007860
.github/workflows/gradle-deploy-develop.yml
@@ -3,7 +3,6 @@ on:
3
push:
4
branches:
5
- 'develop'
6
- - 'feature-2486/create-new-pipeline-for-updated-env'
7
env:
8
HUSKY: 0
9
PROJECT_NUMBER: ${{ secrets.PROJECT_NUM }}
@@ -44,7 +43,7 @@ jobs:
44
43
id-token: 'write'
45
runs-on: ubuntu-latest
46
environment:
47
- name: DEV-POC
+ name: Development
48
url: ${{ env.TARGET_URL }}/
49
steps:
50
- uses: actions/checkout@v4
0 commit comments