Skip to content

Commit

Permalink
Update create-dataset.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum authored Mar 26, 2020
1 parent 39194ae commit f2a6b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Awesome readme to data
uses: Scrum/awesome-readme-to-data-action@v0.1.0
uses: Scrum/awesome-readme-to-data-action@v0.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Commit files and Push changes
Expand All @@ -24,4 +24,4 @@ jobs:
git add -A
git commit -m "feat: update data file"
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git push
git push

0 comments on commit f2a6b06

Please sign in to comment.