mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +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
|
# Push Changes
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
run: |
|
run: |
|
||||||
cd ${GITHUB_WORKSPACE/wiki/
|
cd ${GITHUB_WORKSPACE}/wiki/
|
||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
git add .
|
git add .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue