be89cbcf51
Fix install sh usage ( #2454 )
...
* Note that godownloader is deprecated
* Fix usage
* Fix spelling of install
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-09-19 08:47:26 +00:00
Josh Soref and GitHub
89e3c14649
fix: favor command-line over files ( #2274 )
...
This impacts:
- envs
- inputs
- secrets
- vars
2024-04-10 21:49:39 +00:00
5e0d29d665
fix: improve warning about remote not found ( #2169 )
...
Signed-off-by: Josh Soref <[email protected] >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-01-28 19:21:21 +00:00
Josh Soref and GitHub
be4a1477a5
fix: tolerate workflow that needs a missing job ( #1595 ) ( #1619 )
...
Change planner functions to return errors
This enables createStages to return `unable to build dependency graph`
Fix PlanEvent to properly report errors relating to events/workflows
2023-02-16 16:41:59 +00:00
c802064975
fix: docker cp of dangling symlink ( #943 ) ( #948 )
...
Co-authored-by: Josh Soref <[email protected] >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-01-27 16:53:26 +00:00
7c73531008
Fixes ( #856 )
...
* fix: avoid triggering %!/(MISSING) for docker output
* fix: suppress --platform for empty platform
Co-authored-by: Josh Soref <[email protected] >
2021-11-03 11:47:09 -07:00
Josh Soref and GitHub
aa080d0ed9
Provide hint for -P ( #815 )
2021-09-13 23:14:41 +00:00
764263ce0e
Have List suggest -W for duplicate jobs ( #691 )
...
Co-authored-by: Josh Soref <[email protected] >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-05-20 14:12:10 +00:00
29ea8cfc4e
Fix: GITHUB_PATH should prepend ( #690 )
...
* GITHUB_PATH is prepend
https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
* Check for replacing system binaries
Co-authored-by: Josh Soref <[email protected] >
2021-05-18 13:22:39 +00:00
a144e71a1b
Add various GitHub environment variables ( #604 )
...
* define GITHUB_ACTION_PATH #603
* Add more environment variables
* Add job name
Note: the job name gets a suffix for matrix builds, but this is not part of the env var
* fix: remove unnecessary variables
* feat: add `RepositoryOwner`
credit: @KnisterPeter
* feat: add test for `getGithubContext()`
Co-authored-by: Ryan (hackercat) <[email protected] >
2021-05-06 20:02:29 +00:00
Josh Soref and GitHub
020d6a6083
Composite action ( #608 )
...
* Refactor maybeCopyToActionDir
* Use maybeCopyToActionDir for model.ActionRunsUsingComposite
2021-05-03 14:57:46 -07:00
cc3e7aeaf2
GitHub Event Path #542 ( #605 )
...
Co-authored-by: Casey Lee <[email protected] >
2021-05-03 08:02:26 -07:00
Josh Soref and GitHub
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 Soref and GitHub
64b8d2afa4
Properly pass format argument to avoid MISSING ( #290 )
...
#273
2020-06-24 07:05:05 -07:00
Josh Soref and GitHub
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 Soref and GitHub
2bb9906425
Markup for runners ( #241 )
2020-05-18 09:54:59 -07:00
Josh Soref and GitHub
2097a3c017
Spelling ( #240 )
...
* spelling: cartesian
* spelling: deferring
* spelling: marshal
2020-05-18 09:53:42 -07:00
Josh Soref and GitHub
2f3187ebcd
Grammar ( #238 )
...
* spelling: GitHub
* Spelling and grammar
2020-05-15 12:30:49 -07:00