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
The environment variables and secrets in the cd workflow always use the main branch's values, regardless of the branch.
What is the expected behavior?
It should get the values for the current branch.
Proposed Solution
One way is to run the octue/get-deployment-info action before the reusable workflow to get the right branch name. Alternatively, it can be got from the GitHub Actions context.
The text was updated successfully, but these errors were encountered:
Bug report
What is the current behavior?
The environment variables and secrets in the
cd
workflow always use themain
branch's values, regardless of the branch.What is the expected behavior?
It should get the values for the current branch.
Proposed Solution
One way is to run the
octue/get-deployment-info
action before the reusable workflow to get the right branch name. Alternatively, it can be got from the GitHub Actions context.The text was updated successfully, but these errors were encountered: