You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From reading the code there doesn't appear to be a way to configure this ref, however I believe I want it to be the github.head_ref || github.ref for them to show up correctly. This is just a hunch though.
The text was updated successfully, but these errors were encountered:
I am running into the deployments not showing up when trying to run on a
pull_request
action-deploy/src/create.ts
Line 75 in 499b502
The logs are coming up with a
ref
ofrefs/pull/1654/merge
which I think is the issue.From reading the code there doesn't appear to be a way to configure this ref, however I believe I want it to be the
github.head_ref || github.ref
for them to show up correctly. This is just a hunch though.The text was updated successfully, but these errors were encountered: