Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tothegills committed Aug 6, 2024
1 parent 87bb5dd commit 1444428
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/humanize.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Humanize
on: push
jobs:
report:
humanize:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand All @@ -13,5 +13,6 @@ jobs:
git config --global user.email '[email protected]'
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

0 comments on commit 1444428

Please sign in to comment.