We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0151b0d commit bfd87d4Copy full SHA for bfd87d4
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Set git-name
40
run: git config user.name ${{ secrets.GIT_USER_NAME }}
41
- name: Set remote
42
- run: git add remote origin git@github.com:42BV/beanmapper.git
+ run: git remote add origin git@github.com:42BV/beanmapper.git
43
- name: Git Add
44
run: git add .
45
- name: Git Commit
0 commit comments