Katya Pavlenko
Katya Pavlenko
Hello! How's it going? This PR seems helpful for me
I don't like hacks like this, so i just used `browser-detect` instead of this lib :(
You are right, but in terms of developing an opensource package it's better to be ready for any code and not only for proper one :)
@TreTuna @mwisner you can achieve it like that: ``` - name: "get branch name" run: | echo "BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV - name: Opening pull request uses: tretuna/[email protected]...