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 77 workflow_dispatch :
88
99jobs :
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
1015 Spec :
1116 uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
1217 secrets : " inherit"
Original file line number Diff line number Diff line change 55 - cron : " 0 0 * * *"
66 workflow_dispatch :
77
8+ env :
9+ SERVICE_URL : https://facade-maint-config-windows-use-ssh-6f3kfepqcq-ew.a.run.app/v1/provision
10+
811jobs :
912 Spec :
1013 uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
1417 needs : Spec
1518 uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1619 secrets : " inherit"
17-
Original file line number Diff line number Diff line change 11---
2+ common :
3+ service_url : https://facade-maint-config-windows-use-ssh-6f3kfepqcq-ew.a.run.app/v1/provision
4+
25" .gitlab-ci.yml " :
36 delete : true
47" .rubocop.yml " :
You can’t perform that action at this time.
0 commit comments