latest 15 messages by adrian_1908

+ [2020-05-18T14:43:25Z] adrian_1908 nedbat: because it looks bad to clutter the build logs with failed experiments. I'd like to be able to clean up after myself.
+ [2020-05-18T14:27:24Z] adrian_1908 Do I see it right that I cannot delete old build logs in GitHub actions? That's definitely unfortunate for experimenting.
+ [2020-05-02T01:04:12Z] adrian_1908 What's the default shell for GitHub windows runners? Is it powershell?
+ [2020-05-02T00:15:00Z] adrian_1908 If my pipeline as built multiple assets, do I call actions/upload-release-asset for each of them, or is there a way to specify multiple files under one action? (https://github.com/actions/upload-release-asset)
+ [2020-05-01T14:31:03Z] adrian_1908 Ok, I'll look into that. Thanks!
+ [2020-05-01T14:24:16Z] adrian_1908 It looks like the "on" property is required, so I cannot just omit it from my main.yml.
+ [2020-05-01T14:23:31Z] adrian_1908 I'm trying to set up GitHub actions. Is there a way to only run the actions when I do request so manually (via the web interface)? I don't have the need/desire for any kind of automated hook.
+ [2019-11-13T21:09:54Z] adrian_1908 nedbat: Markdown. But relative links seems to work (adapt) fine, so I think I'll just use those.
+ [2019-11-13T20:57:54Z] adrian_1908 When adding links in my README to files within the same repository, can I use smart/relative URLs, or do I use absolute ones, e.g. `https://github.com/adrian/repo/tree/master/file.txt`?
+ [2017-03-15T12:40:16Z] adrian_1908 I figured out that you can add commits to your already published PR, so that's a solution.
+ [2017-03-15T12:11:39Z] adrian_1908 If i edit an (auto-forked) file and press "Propose file change" (there is no "Save" button or similar) , will this already send a pull-request to the maintainer? I'd like to edit more than one file and send the request after that.
+ [2017-01-29T20:49:51Z] adrian_1908 hello, one question. If a repository lets me make edits to a document by clicking the little pen icon to create a fork, do I need to create a pull request afterwards, to inform the maintainers, or is the latter only when I want to open discussion of my changes? (the change is self evident my case)