Skip to content

Commit 6ae0fe8

Browse files
author
Michael Henderson
committed
doc(update-stores): Update workflow 'Name' property
1 parent 2a4546f commit 6ae0fe8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/update-stores.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create Pull Request
1+
name: Create Cert Store Update Pull Request
22

33
on:
44
repository_dispatch:
@@ -169,7 +169,6 @@ jobs:
169169
author_email: keyfactor@keyfactor.github.io
170170
cwd: './merge-folder/'
171171

172-
173172
- name: Create new PR for the newly created branch
174173
if: env.UPDATE_FILE == 'T' && env.PR_BRANCH == 'create'
175174
uses: actions/github-script@v6
@@ -179,7 +178,7 @@ jobs:
179178
console.log("Commit to ${{env.TARGET_REPO_BRANCH}} for PR")
180179
const owner = context.repo.owner;
181180
const repo = context.repo.repo;
182-
const baseBranch = 'main'; // Change this to your target branch
181+
const baseBranch = 'main';
183182
const newBranch = '${{env.TARGET_REPO_BRANCH}}';
184183
const response = await github.rest.pulls.create({
185184
owner,

0 commit comments

Comments
 (0)