eine

Results 287 comments of eine
trafficstars

Ref msys2/msys2-autobuild#1

It would be possible to add a default mirror as suggested in [October 4, 2020 1:06 PM](https://gitter.im/msys2/msys2?at=5f79acc8dfe47e4d57484603). However, I think that's an undesirable patch: changing one URL with another by...

My concern with this request is that I use the resulting MSYS2 environment both for building and for testing a package. Hence, the package is installed before running the tests,...

> There's a lot of packages to install, plus I also use the same build script outside of CI for manual invocations, so it would be nice to not have...

This would be useful for users willing to update `gh-pages` hosted on separate repos using a deployment key (e.g. https://github.com/1138-4EB/vunit/blob/migrate-to-gha/.github/workflows/push.yml#L63-L74). This is specially so, because `GITHUB_TOKEN`'s scope is limited and...

@ericsciple, should this issue be closed now that #107 is merged? It seems to be included in v2: https://github.com/actions/checkout/commits/v2

@wesleytodd, see: https://github.com/actions/checkout/blob/3537747199ad29df25693bc607e99df5d7726ffd/action.yml#L12-L17 It seems to me that this issue was/is about "*do other (authenticated) git operations*"; precisely update gh-pages (which was/is your "*first use case for this*"). Explicitly setting...

> Does using a token for git auth also stop git from complaining about no user or email when committing? Although I'm not sure about that, I believe it should....

@chrispat, I believe that @mikkelbd, as me and probably many others, is expecting this action to support the feature. In the end, if we are all forced to write custom...

@oppknox see https://github.com/actions/upload-release-asset/issues/58.