Dominik Meyer

Results 9 comments of Dominik Meyer

Should we read the ENV variable or should it be handed into the action by an `input`? I can PR both, what is the better design - I am a...

> The former is the best because `GITHUB_SERVER_URL` can provide a URL of a company's GitHub Enterprise Server. On it, expect PR 🔄

![image](https://user-images.githubusercontent.com/5472171/110586044-d46af900-8171-11eb-9a91-fbdd82cad78e.png) ![image](https://user-images.githubusercontent.com/5472171/110586080-e5b40580-8171-11eb-9aa7-3d2221368fa5.png) I would say: ⭐️⭐️⭐️⭐️⭐️

> featured JavaScript Date library alive, maintained ... I hope @abritinthebay is on holidays because I could really use his help in the next weeks :)

rc6 even?

If you still need it, I made it work: https://github.com/mambax/mambax/blob/a6c364c0a0866b8d422446f44eb5207315636951/assets/css/style.scss#L1 Pay attention, the double lines ``` --- --- ``` are needed, otherwise it does not apply.

I did some experiments yesterday and there is some stuff that is shared. The containers can not access outside the volumes logically, so the m2 would need to be in...

@stCarolas we can also do in your action.yml: ``` inputs: ... maven-home-dir: default: '$HOME' description: 'Where should the MAVEN_HOME be set to' ``` with examples: ``` inputs: ... maven-home-dir: default:...