Skip to content

Commit

Permalink
update new workflow test 7
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Jun 29, 2021
1 parent f35daba commit f4aac93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/26-create-release-branch-other-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
git checkout -b test-${{ steps.vars.outputs.tag }}
git config user.name github-actions
git config user.email [email protected]
git add . ; git commit -m "Creating new release according the Ritchie CLI tag ${{ steps.vars.outputs.tag }}"
# git add . ; git commit -m "Creating new release according the Ritchie CLI tag ${{ steps.vars.outputs.tag }}"
git push origin test-${{ steps.vars.outputs.tag }}

0 comments on commit f4aac93

Please sign in to comment.