Skip to content

Update footer colour to verify dev pipeline #8

Update footer colour to verify dev pipeline

Update footer colour to verify dev pipeline #8

Workflow file for this run

name: Build test FHIR IG
on:
push:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Manually trigger test FHIR IG
run: |
curl -X POST \
--url "https://us-central1-fhir-org-starter-project.cloudfunctions.net/ig-commit-trigger" \
--header "Content-type: application/json" \
--data '{"ref": "refs/heads/main", "repository": {"full_name": "robeastwood-agency/test-fhir-ig-2"}}'