Skip to content

Commit

Permalink
git add workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 committed May 10, 2024
1 parent 84ec0eb commit 6cae76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
git config user.name "Andrew"
git config user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
git remote add wiki ${{ github.repository }}.wiki
git add wiki/New-in-this-Release.md
git add ${GITHUB_WORKSPACE}/wiki/New-in-this-Release.md
git commit -m "⛙ Merge new commits into wiki"
git push wiki master

0 comments on commit 6cae76b

Please sign in to comment.