From 1444428d034c8d8bffcae79f91ab0a6b5efb7b73 Mon Sep 17 00:00:00 2001 From: Shane Date: Wed, 7 Aug 2024 08:48:53 +1000 Subject: [PATCH] Tweak --- .github/workflows/humanize.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/humanize.yml b/.github/workflows/humanize.yml index b6638fb6..cde872ad 100644 --- a/.github/workflows/humanize.yml +++ b/.github/workflows/humanize.yml @@ -1,7 +1,7 @@ name: Humanize on: push jobs: - report: + humanize: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 @@ -13,5 +13,6 @@ jobs: git config --global user.email 'your-username@users.noreply.github.com' git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY git checkout "${GITHUB_REF:11}" - git commit -am "Humanize" + git add --all + git commit -m "Humanize" git push \ No newline at end of file