Commit Graph
9 Commits
Author SHA1 Message Date
cc3e7aeaf2 GitHub Event Path #542 (#605)
Co-authored-by: Casey Lee <[email protected]>
2021-05-03 08:02:26 -07:00
Josh SorefandGitHub 465fbba7d1 Handle tagless versions (#606)
Average case:
git describe --tags
v0.2.9-130-g47e1ba1
git describe --tags --dirty --always | cut -c 2-
0.2.9-130-g47e1ba1
git describe --tags --dirty --always | sed -e s/^v//
47e1ba1

Edge case (no tags):
git describe --tags --dirty --always
47e1ba1
git describe --tags --dirty --always | cut -c 2-
7e1ba1
-- this is undesirable
2021-04-05 08:53:06 -07:00
5752a03dcd Support running commands in repositories without action.yaml (#293)
* Comment for public function

* Add git describe fallback

* spelling: github

* Set initial branch to satisfy tests for modern git

* Clarify -even- if

* Go 1.16

* Support running commands in repositories without action.yaml

Support runnings commands with only a Docker file

Co-authored-by: Casey Lee <[email protected]>
2021-03-30 12:26:25 -07:00
Josh SorefandGitHub 64b8d2afa4 Properly pass format argument to avoid MISSING (#290)
#273
2020-06-24 07:05:05 -07:00
Josh SorefandGitHub c46ba93adb Update brand name for macOS (#252) 2020-05-20 08:37:29 -07:00
5c850b5ba8 Fix using: node12 handling (#243)
Co-authored-by: Casey Lee <[email protected]>
2020-05-18 14:31:09 -07:00
Josh SorefandGitHub 2bb9906425 Markup for runners (#241) 2020-05-18 09:54:59 -07:00
Josh SorefandGitHub 2097a3c017 Spelling (#240)
* spelling: cartesian

* spelling: deferring

* spelling: marshal
2020-05-18 09:53:42 -07:00
Josh SorefandGitHub 2f3187ebcd Grammar (#238)
* spelling: GitHub

* Spelling and grammar
2020-05-15 12:30:49 -07:00