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 b755284 commit f9d2898Copy full SHA for f9d2898
.github/workflows/template_gitops.yml
@@ -60,17 +60,18 @@ on:
60
upwind-client-id:
61
required: false
62
type: string
63
+ runs-on:
64
+ required: false
65
+ type: string
66
+ default: "ubuntu-24.04"
67
upwind-organization-id:
68
69
70
working-directory:
71
72
73
default: "."
- runs-on:
- required: false
- type: string
- default: "ubuntu-24.04"
74
+ # waiting for: https://github.com/github-community/community/discussions/17554
75
secrets:
76
docker-username:
77
0 commit comments