Shohei Ueda

Results 149 comments of Shohei Ueda

Could someone test #514 as follows? ```yaml - name: Deploy uses: peaceiris/actions-gh-pages@7e55c73 #514 id: pages with: github_token: ${{ secrets.GITHUB_TOKEN }} - run: echo ${{ steps.pages.outputs.dst_sha }} ```

Thank you for suggesting this! Yes. I was considering this in my mind. The previous works on [JasonEtco/actions-toolkit] and [actions/toolkit] will probably be a good reference for us. [JasonEtco/actions-toolkit]: https://github.com/JasonEtco/actions-toolkit...

Thank you for suggesting this. When I found this feature at actions/checkout a few months ago, other official actions were still using an empty token input so I ignored to...

Thank you for reporting. This issue is still WIP.

That's nice! I will work on this on the weekend. The option name `gpg_signingkey` is probably better.

I have learned the flow of creating a commit with GPG signing, just now, for only on macOS and Ubuntu. The `gpg` command is also available on Actions Windows runner...

@weklost Thank you for suggesting that. I already know that action but I will avoid depending on external actions. It is desired to implement all features in one action for...

Maybe `outputs.skipped` is more understandable than `outputs.skip`.

Thank you for your suggestion! ʕ◔ϖ◔ʔ When I saw the Hugo v0.80.0 first, I thought about this option, me too. According to the documentation, Hugo seems to have a plan...

I also have opened a related issue in gohugoio/hugo: [Binding Embedded Dart Sass into Hugo · Issue #8299 · gohugoio/hugo](https://github.com/gohugoio/hugo/issues/8299)