Skip to content

Commit

Permalink
fixup: fix for comment
Browse files Browse the repository at this point in the history
Signed-off-by: 170210 <j170210@icloud.com>
  • Loading branch information
170210 committed Sep 5, 2023
1 parent c6040a1 commit 47a5996
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/deploy_to_git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
with:
app_id: ${{ secrets.FINSCHIA_AUTO_PR_APP_ID }}
private_key: ${{ secrets.FINSCHIA_AUTO_PR_APP_PRIVATE_KEY }}
# https://github.com/tibdex/github-app-token/issues/54#issuecomment-1410471261
# https://github.com/tibdex/github-app-token/issues/54#issuecomment-1410471261
env:
OPENSSL_CONF: /dev/null
- name: Download shared library
Expand Down Expand Up @@ -135,17 +135,11 @@ jobs:
- Auto-generated by [create-pull-request][1]
## Types of changes
- [ ] Bug fix (changes which fixes an issue)(not need)
- [ ] New feature (changes which adds functionality)(not need)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)(not need)
- [ ] Bug fix (changes which fixes an issue)
- [ ] New feature (changes which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [x] ETC (build, ci, docs, perf, refactor, style, test)
## Checklist
- [x] I followed the [contributing guidelines](https://github.com/Finschia/wasmvm/blob/main/CONTRIBUTING.md).
- [ ] I have updated the documentation accordingly.(not need)
- [ ] I have added tests to cover my changes.(not need)
- [x] The PR title and commits are followed [conventional commit form](https://www.conventionalcommits.org/en/v1.0.0).
[1]: https://github.com/peter-evans/create-pull-request
labels: automerge
draft: false
Expand Down

0 comments on commit 47a5996

Please sign in to comment.