Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Oct 30, 2023
1 parent b1c87e7 commit 03bd67e
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,15 @@ jobs:
run: |
# kakathic
. test.sh
- uses: actions/stale@v8
- name: Create comment
uses: actions-cool/issues-helper@v3
with:
days-before-issue-stale: 0
days-before-issue-close: 0
days-before-stale: 0
days-before-close: 0
only-labels: "bug"
stale-issue-label: "Hoàn thành"
days-before-pr-stale: -1
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload File
uses: softprops/action-gh-release@v1
with:
name: Storage
tag_name: note
files: |
Te.txt
actions: 'create-comment'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
Hello @${{ github.event.issue.user.login }}. Add some comments.
你好 @${{ github.event.issue.user.login }}。巴拉巴拉。
emoji: '+1' or '+1,heart'


0 comments on commit 03bd67e

Please sign in to comment.