From 723753ffb33d1a17c3ff0cf5b6e48aa4ac93609c Mon Sep 17 00:00:00 2001 From: "Brett C. Dudo" Date: Tue, 12 Nov 2024 00:53:21 -0800 Subject: [PATCH] ref name? --- .github/workflows/transient_up.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/transient_up.yml b/.github/workflows/transient_up.yml index de99cb0..276542c 100644 --- a/.github/workflows/transient_up.yml +++ b/.github/workflows/transient_up.yml @@ -24,7 +24,7 @@ jobs: const response = await github.rest.repos.createDeployment({ owner: context.repo.owner, repo: context.repo.repo, - ref: github.head_ref, + ref: github.ref_name, environment: 'ephemeral', description: 'Spinning up ephemeral environment', transient_environment: true,