Skip to content

Commit

Permalink
doc(update-stores): Update workflow 'Name' property
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Sep 28, 2023
1 parent 2a4546f commit 6ae0fe8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-stores.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Pull Request
name: Create Cert Store Update Pull Request

on:
repository_dispatch:
Expand Down Expand Up @@ -169,7 +169,6 @@ jobs:
author_email: [email protected]
cwd: './merge-folder/'


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

0 comments on commit 6ae0fe8

Please sign in to comment.