You've already forked wakapi-readme-stats
fix: Update runner
This commit is contained in:
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@@ -29,11 +29,6 @@ jobs:
|
||||
- name: Create Assets Folder 📥
|
||||
run: mkdir assets
|
||||
|
||||
- name: Create Previous Comments 🫣
|
||||
uses: https://github.com/int128/hide-comment-action@v1
|
||||
with:
|
||||
starts-with: "README stats current output:"
|
||||
|
||||
- name: Run Action Preview on Current Code 🧪
|
||||
id: make-stats
|
||||
env:
|
||||
@@ -75,12 +70,4 @@ jobs:
|
||||
if: ${{ github.ref != 'refs/heads/main' }}
|
||||
with:
|
||||
name: ${{ format('github-pages-for-branch-{0}', env.BRANCH_NAME) }}
|
||||
path: assets
|
||||
|
||||
- name: Create Comment 💬
|
||||
uses: https://github.com/jungwinter/comment@v1
|
||||
with:
|
||||
type: create
|
||||
body: ${{ steps.make-stats.outputs.README_CONTENT }}
|
||||
issue_number: ${{ github.event.number }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
path: assets
|
||||
Reference in New Issue
Block a user