This commit is contained in:
Chris Frohoff
2022-03-25 00:33:52 -07:00
parent 3d67879cb5
commit 073d1df1b8
+1 -2
View File
@@ -117,8 +117,7 @@ jobs:
git config --local user.name "GitHub Action" git config --local user.name "GitHub Action"
git add matrix/matrix.md git add matrix/matrix.md
git commit -m "Add changes" git commit -m "Add changes"
uses: ad-m/github-push-action@master - uses: ad-m/github-push-action@master
with: with:
repository: ${{github.repository}}.wiki repository: ${{github.repository}}.wiki
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}