latest 15 messages by Tumulte

+ [2020-05-27T13:45:13Z] Tumulte I mean it feels weird to not commit the change
+ [2020-05-27T13:44:49Z] Tumulte is there a special thing to do when you write a file through a workflow ? There’s no error… but the file isn’t written… is there something to do ?
+ [2020-05-26T15:31:31Z] Tumulte well… the script doesn’t work but at least it doesn’t fail
+ [2020-05-26T15:31:12Z] Tumulte jhass: it was it
+ [2020-05-26T14:28:39Z] Tumulte dang it
+ [2020-05-26T14:28:35Z] Tumulte well I tried to add a "actions/checkout" to go to the right place… but I still got EACCES: permission denied, open '/test'
+ [2020-05-26T13:17:55Z] Tumulte (it’s quite tough for a beginner to make sense of all the variables, even with the doc… sorry)
+ [2020-05-26T13:17:30Z] Tumulte is env.home correct ?
+ [2020-05-26T13:16:09Z] Tumulte it’s like in the root folder, but only on branch foo
+ [2020-05-26T13:15:54Z] Tumulte probably… I’ve blindly followed the documentation and used ${{env.home}}/test https://github.com/marketplace/actions/write-file
+ [2020-05-26T13:11:50Z] Tumulte (it’s not an existing script or whatever, just a log of gh CI)
+ [2020-05-26T13:11:28Z] Tumulte I’ve tried creating it from GH but since it’s "just a file" I can create it however I want
+ [2020-05-26T13:07:34Z] Tumulte is there a way to setup the file’s right properly ?
+ [2020-05-26T13:07:18Z] Tumulte I’m trying to use a github action to write into a file… but I got "EACCES: permission denied, open"…