1
0
Fork 0
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:
Jason Nagin 2024-07-09 09:42:06 -04:00 committed by GitHub
parent b67043ac89
commit 65e87a5ef3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 .