Skip to content

Commit

Permalink
Update deploy-wiki.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkirlin authored Feb 10, 2023
1 parent 8088e77 commit 0f93231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "${{ clone_wiki.message }}"
git commit -m "${{ steps.clone_wiki.outputs.message }}"
git push

0 comments on commit 0f93231

Please sign in to comment.