1
0
mirror of https://github.com/tycrek/degoogle.git synced 2025-08-31 10:21:46 +02:00

Corrected README reference in workflow

This commit is contained in:
tycrek
2020-05-23 18:36:32 -06:00
parent 57f426f18a
commit 6461b028bc

View File

@@ -20,7 +20,7 @@ jobs:
run: node _build.js
- name: Commit
run: |
git add README-test.md
git add README.md
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -m "Generated README.md"