From cd71ba10c35977f85a33b9c5636ad39625c93d41 Mon Sep 17 00:00:00 2001 From: Stefan Hattrell <29941279+digorgonzola@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:40:06 +1100 Subject: [PATCH] Revert "release.yml: update reusable workflow reference to 'master' branch" This reverts commit b9d43e8fca0b1d4a20ca0bf4675a08cd13fd15a8. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4731c0..29a2b74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: trigger_staging_deploy: needs: [build_push] - uses: ./.github/workflows/trigger_deploy.yml@master + uses: ./.github/workflows/trigger_deploy.yml with: app_name: sample-django-app environment: staging @@ -75,7 +75,7 @@ jobs: trigger_production_deploy: needs: [build_push, trigger_staging_deploy] - uses: ./.github/workflows/trigger_deploy.yml@master + uses: ./.github/workflows/trigger_deploy.yml with: app_name: sample-django-app environment: production