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 0ceccd6 commit 667013d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
ref: master
- name: create branch for templates
run: |
git remote set-url origin https://$PAT@github.com/bndtools/workspace.git
git remote set-url origin https://${{ secrets.PAT_WORKSPACE_REPO }}@github.com/bndtools/workspace.git
export v=`echo ${{ github.event.inputs.V1 }} | awk -F. '{print $1"."$2}'`
echo $v
git config user.name github-actions
Expand Down

0 comments on commit 667013d

Please sign in to comment.