Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
---
 Signed-off-by: Peter Kriens <[email protected]>

Signed-off-by: Peter Kriens <[email protected]>
  • Loading branch information
pkriens committed Nov 29, 2024
1 parent 5237a5d commit 65fc3fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/postrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
ref: master
- name: create branch for templates
run: |
v = `echo ${{ github.event.inputs.V1 }} | awk -F. '{print $1"."$2}'
export v=`echo ${{ github.event.inputs.V1 }} | awk -F. '{print $1"."$2}'`
echo $v
git config user.name github-actions
git config user.email [email protected]
git checkout -B $v
Expand Down

0 comments on commit 65fc3fc

Please sign in to comment.