File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- name : Create Pull Request
1
+ name : Create Cert Store Update Pull Request
2
2
3
3
on :
4
4
repository_dispatch :
@@ -169,7 +169,6 @@ jobs:
169
169
author_email : keyfactor@keyfactor.github.io
170
170
cwd : ' ./merge-folder/'
171
171
172
-
173
172
- name : Create new PR for the newly created branch
174
173
if : env.UPDATE_FILE == 'T' && env.PR_BRANCH == 'create'
175
174
uses : actions/github-script@v6
@@ -179,7 +178,7 @@ jobs:
179
178
console.log("Commit to ${{env.TARGET_REPO_BRANCH}} for PR")
180
179
const owner = context.repo.owner;
181
180
const repo = context.repo.repo;
182
- const baseBranch = 'main'; // Change this to your target branch
181
+ const baseBranch = 'main';
183
182
const newBranch = '${{env.TARGET_REPO_BRANCH}}';
184
183
const response = await github.rest.pulls.create({
185
184
owner,
You can’t perform that action at this time.
0 commit comments