Skip to content

Commit

Permalink
ref name?
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo committed Nov 12, 2024
1 parent 63a5137 commit 723753f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/transient_up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 723753f

Please sign in to comment.