From 4df3b229cdec1af34d053b2439dd8d640a13168c Mon Sep 17 00:00:00 2001 From: Peter Grainger Date: Wed, 11 Sep 2024 08:49:41 +0100 Subject: [PATCH] Update create-branch.yml --- .github/workflows/create-branch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-branch.yml b/.github/workflows/create-branch.yml index 3be1eb0..d949e99 100644 --- a/.github/workflows/create-branch.yml +++ b/.github/workflows/create-branch.yml @@ -18,8 +18,8 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: peterjgrainger/action-create-branch@master + - uses: peterjgrainger/action-create-branch@3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - branch: 'release-notes' + branch: 'some-other-branch'