Bryan Killian
Bryan Killian
I have a PR incoming for this soon that I am excited about. Thank you for this project, I really like how [simple and clean](https://www.youtube.com/watch?v=AlMdDpUWFFI) it is to deploy static...
Scope creep is real...
Hello, [I wanted to share some of my work on this](https://github.com/trailmix/pagic/tree/dev), it is not capable of being pulled but you can at least see the direction of a handful of...
ywac (your words as code) ```bash wget https://pci-ids.ucw.cz/v2.2/pci.ids -O /usr/local/Cellar/libosinfo/1.7.1/share/libosinfo/pci.ids wget http://www.linux-usb.org/usb.ids -O /usr/local/Cellar/libosinfo/1.7.1/share/libosinfo/usb.ids ```
Hey @srolel - I believe what you are talking [about is covered here](https://github.com/trilom/file-changes-action/blob/e320fd20f19a850d6e6a7bbc81a26b5daa830270/README.md#L34-L44) by providing a different `pushBefore` or `pushAfter` SHA, or a seperate `prNumber`. Some ways I use this...
Hey David, thanks for your contribution. What I think you might be able to use is [Paths](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestpaths) this is usually how I use this action. For example, put templates in...
> The problem with Paths (as far as I understand, again I am new to GitHub Actions) is that a pull request could have a file in the path that...