mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
missing end curly brace
This commit is contained in:
parent
b67043ac89
commit
65e87a5ef3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update_wiki.yml
vendored
2
.github/workflows/update_wiki.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
# Push Changes
|
||||
- name: Push changes
|
||||
run: |
|
||||
cd ${GITHUB_WORKSPACE/wiki/
|
||||
cd ${GITHUB_WORKSPACE}/wiki/
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
git add .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue