Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
troyeguo committed Jan 17, 2024
1 parent 94c7807 commit c78db9f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 33 deletions.
18 changes: 2 additions & 16 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
<!-- You can erase any parts of this template not applicable to your Pull Request. -->

## Description

<!-- Write a brief description of the changes introduced by this PR -->

## Related Issues

<!--
Link to the issue that is fixed by this PR (if there is one)
e.g. Fixes #1234, Addresses #1234, Related to #1234, etc.
-->

### Checklist:

- [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?
- [ ] Have you linted your code locally prior to submission?
- [ ] Have you successfully ran app with your changes locally?
<!-- Note that we only accept pull request related to translations -->
<!-- 请注意,我们只接受翻译相关的 Pull Request -->
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
run: |
curl -O https://raw.githubusercontent.com/koodo-reader/koodo-reader/master/src/upload.sh
chmod +x ./upload.sh
./upload.sh ${{ secrets.B2_ACCOUNT_ID }} ${{ secrets.B2_APPLICATION_KEY }} ${{ secrets.R2_ACCOUNT_ID }} ${{ secrets.R2_APPLICATION_KEY }} ${{ secrets.R2_ENDPOINT }} v1.6.2
./upload.sh ${{ secrets.B2_ACCOUNT_ID }} ${{ secrets.B2_APPLICATION_KEY }} ${{ secrets.R2_ACCOUNT_ID }} ${{ secrets.R2_APPLICATION_KEY }} ${{ secrets.R2_ENDPOINT }} v1.6.3
shell: bash
8 changes: 0 additions & 8 deletions CONTRIBUTING.md

This file was deleted.

8 changes: 0 additions & 8 deletions CONTRIBUTING_CN.md

This file was deleted.

0 comments on commit c78db9f

Please sign in to comment.