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 31, 2023
1 parent 21e28e0 commit 3145ad3
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ jobs:
steps:
- name: "Load data ${{ github.event.issue.number }}"
uses: actions/checkout@v3
- uses: actions/github-script@v6
- run: echo "123" > ./file.txt
- uses: EndBug/add-and-commit@v9
with:
script: |
github.rest.issues.removeLabel({
issue_number: issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
name: ['Test2']
})
message: 'Add the very useful text file'
add: '*.txt --force'
cwd: './'

0 comments on commit 3145ad3

Please sign in to comment.