mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
fix(infrastructure): use correct runner
This commit is contained in:
5
.github/workflows/url_generator.yml
vendored
5
.github/workflows/url_generator.yml
vendored
@@ -16,7 +16,9 @@ on:
|
||||
required: false
|
||||
type: string
|
||||
default: 'ubuntu-latest'
|
||||
secrets: inherit
|
||||
secrets:
|
||||
BASE_DOMAIN:
|
||||
required: false
|
||||
|
||||
outputs:
|
||||
backend_url:
|
||||
@@ -35,6 +37,7 @@ on:
|
||||
jobs:
|
||||
generate-urls:
|
||||
runs-on: ${{ inputs.runner }}
|
||||
|
||||
outputs:
|
||||
backend_url: ${{ steps.set_urls.outputs.backend_url }}
|
||||
frontend_url: ${{ steps.set_urls.outputs.frontend_url }}
|
||||
|
||||
Reference in New Issue
Block a user