Skip to content

Commit

Permalink
Update readme md push
Browse files Browse the repository at this point in the history
  • Loading branch information
lxchurbakov committed Jan 24, 2024
1 parent c86c3b4 commit f76ab0a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ jobs:
# env:
# OPEN_WEATHER_MAP_KEY: ${{secrets.OPEN_WEATHER_MAP_KEY}}
- name: Push new README.md
uses: mikeal/publish-to-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
BRANCH_NAME: master
run: |
git add readme.md
git config user.name autocommit
git config user.email autocommit@lxch.io
git commit -m 'build from dev'
git push -u HEAD:master --force

0 comments on commit f76ab0a

Please sign in to comment.