Skip to content

[TM-1448] Try triggering job service build from new action #7

[TM-1448] Try triggering job service build from new action

[TM-1448] Try triggering job service build from new action #7

Workflow file for this run

name: Services Deploy (all)
run-name: 'Services Deploy (all) [env: ${{ inputs.env }}]'
on:
workflow_dispatch:
inputs:
env:
description: 'Deployment target environment'
type: choice
required: true
options:
- dev
- test
- staging
- prod
permissions:
id-token: write
contents: read
jobs:
job-service:
uses: wri/terramatch-microservices/.github/workflows/deploy-service.yml@${{ github.head_ref || github.ref_name }}

Check failure on line 23 in .github/workflows/deploy-services.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-services.yml

Invalid workflow file

invalid value workflow reference: version cannot have whitespace: ${{ github.head_ref || github.ref_name }}
with:
env: ${{ inputs.env }}
service: job-service
secrets: inherit
user-service:
uses: wri/terramatch-microservices/.github/workflows/deploy-service.yml@${{ github.head_ref || github.ref_name }}
with:
env: ${{ inputs.env }}
service: user-service
secrets: inherit
research-service:
uses: wri/terramatch-microservices/.github/workflows/deploy-service.yml@${{ github.head_ref || github.ref_name }}
with:
env: ${{ inputs.env }}
service: research-service
secrets: inherit