From 01a808fb9deeddd06d518f6eb0b733346c07871a Mon Sep 17 00:00:00 2001 From: Anran Date: Wed, 18 Sep 2024 14:33:48 +0200 Subject: [PATCH] chore: update readme (PS-442) (#107) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1122ea6..50e3bfa 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ jobs: trigger-staging-deploy: needs: monta-merge if: ${{ needs.monta-merge.outputs.base_branch == 'staging' }} - # change this to your deploy workflow + # Update this to your deployment workflow, and ensure it runs on workflow_call uses: ./.github/workflows/deploy_staging.yaml secrets: inherit @@ -97,7 +97,7 @@ jobs: trigger-production-deploy: needs: trigger-production-tag-release - # change this to your deploy workflow + # Update this to your deployment workflow, and ensure it runs on workflow_call uses: ./.github/workflows/deploy_production.yaml if: ${{ needs.trigger-production-tag-release.outputs.tag_exists == 'false' }} secrets: inherit