Skip to content

Commit

Permalink
stack
Browse files Browse the repository at this point in the history
  • Loading branch information
NaveenkumarMD committed Nov 17, 2021
1 parent 03aa079 commit 7ac6a9c
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions .github/workflows/createreadme.yml
Expand Up @@ -14,25 +14,18 @@ jobs:
python-version: "3.8"
- name : Running Writereadme.py file
run: python Writereadme.py
push:
report:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
with:
ref: master
- name: build
uses: github-actions-x/hugo@master
- name: push
uses: github-actions-x/commit@v2.8
with:
github-token: ${{ secrets.ACCESS_KEY }}
push-branch: 'master'
commit-message: 'publish'
force-add: 'true'
files: .
name: Naveenkumar M
email: naveen9715568487@email.com
- uses: actions/checkout@v2
- name: Create report file
run: date +%s > report.txt
- name: Commit report
run: |
git config --global user.name 'Naveenkumar M'
git config --global user.email 'naveen9715568487@gmail.com'
git commit -am "Automated report"
git push
Expand Down

0 comments on commit 7ac6a9c

Please sign in to comment.