File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
9
9
jobs :
10
+ env :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - name : Set up environment variable
14
+ run : echo "SERVICE_URL=https://facade-maint-config-windows-use-ssh-6f3kfepqcq-ew.a.run.app/v1/provision" >> $GITHUB_ENV
10
15
Spec :
11
16
uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
12
17
secrets : " inherit"
Original file line number Diff line number Diff line change 5
5
- cron : " 0 0 * * *"
6
6
workflow_dispatch :
7
7
8
+ env :
9
+ SERVICE_URL : https://facade-maint-config-windows-use-ssh-6f3kfepqcq-ew.a.run.app/v1/provision
10
+
8
11
jobs :
9
12
Spec :
10
13
uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
14
17
needs : Spec
15
18
uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
16
19
secrets : " inherit"
17
-
Original file line number Diff line number Diff line change 1
1
---
2
+ common :
3
+ service_url : https://facade-maint-config-windows-use-ssh-6f3kfepqcq-ew.a.run.app/v1/provision
4
+
2
5
" .gitlab-ci.yml " :
3
6
delete : true
4
7
" .rubocop.yml " :
You can’t perform that action at this time.
0 commit comments