Relative Content

Tag Archive for githubcontinuous-integration

Environment secrets not work Github Action

I have configured a dev environment with a firebase secret but I can’t write it to my .env.local file when running the ci. Only secrets in the repository globally work

What does merge xx onto xxx mean

In my repo, I have one branch (branch_1) and from it I have been committing some changes. Then I created a new branch from branch_1, branch_2.