Shohei Ueda
Shohei Ueda
```js async function sha256(str) { // Convert string to ArrayBuffer const buff = new Uint8Array([].map.call(str, (c) => c.charCodeAt(0))).buffer; // Calculate digest const digest = await crypto.subtle.digest('SHA-256', buff); // Convert ArrayBuffer...
## Feat - version validation - support `0.58.x` - https://github.com/actions/setup-go/blob/bc6edb526dbb6142e03951572878b3762bb2341f/src/installer.ts#L158 ## Links - [npm/node-semver: The semver parser for node (the one npm uses)](https://github.com/npm/node-semver#readme)
- [actions/migrate: Converts GitHub Actions main.workflow files into the new .yml syntax](https://github.com/actions/migrate) - [Migrating GitHub Actions from HCL syntax to YAML syntax - GitHub Help](https://help.github.com/en/articles/migrating-github-actions-from-hcl-syntax-to-yaml-syntax) - [Configuring a workflow -...
- [x] change: install muffet from binary (Fixes #1) - [ ] upgrade: hugo v0.57.0 - [ ] update: tag on readme - [ ] release
[Publish binary releases for easier usage · Issue #46 · raviqqe/muffet](https://github.com/raviqqe/muffet/issues/46) After the above issue is solved, fix Dockerfile to build with muffet binary. ```diff - FROM golang:1.12.5-alpine3.9 + FROM...
### Checklist - [X] I am using the latest version of this action. - [X] I have read the latest README and followed the instructions. - [X] I have read...
## Discussed in https://github.com/peaceiris/actions-label-commenter/discussions/445 Originally posted by **Andre601** June 16, 2021 I feel like the config is kind of bloated in some sections and could receive a improvement. For example...
### Checklist - [X] I am using the latest version of this action. - [X] I have read the latest README and followed the instructions. - [X] I have read...
### Checklist - [X] I am using the latest version of this action. - [X] I have read the latest README and followed the instructions. - [X] I have read...
### Checklist - [X] I am using the latest version of this action. - [X] I have read the latest README and followed the instructions. - [X] I have read...