mirror of
https://github.com/vuejs/awesome-vue.git
synced 2025-07-31 21:59:54 -04:00
Update create-dataset.yml
This commit is contained in:
parent
39194ae801
commit
f2a6b06ec5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/create-dataset.yml
vendored
4
.github/workflows/create-dataset.yml
vendored
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue