act_runner/pkg/runner/testdata
Ryan e9ae7894e3
fix: set `sh` as default shell for containers (#853)
* fix: set default shell for containers to sh

This matches GitHub Actions behaviour where,
runners use bash since it's guaranteed to exist there
while containers use sh for compatibility

* tests: fixup for default shell
2021-11-03 11:47:47 -07:00
..
actions fix: mount volume for workflow info (#776) 2021-09-24 13:32:22 +00:00
basic Add proper support for working-directory & fix command builder (#772) 2021-08-10 19:40:20 +00:00
checkout Hotfix: Skip Checkout Regression (#680) 2021-05-10 15:12:57 +00:00
commands Update images, fix extrapath (#723) 2021-06-10 23:12:05 +00:00
container-hostname fix: set `sh` as default shell for containers (#853) 2021-11-03 11:47:47 -07:00
defaults-run
dir with spaces Add proper support for working-directory & fix command builder (#772) 2021-08-10 19:40:20 +00:00
env-and-path Fix: GITHUB_PATH should prepend (#690) 2021-05-18 13:22:39 +00:00
fail Update images, fix extrapath (#723) 2021-06-10 23:12:05 +00:00
issue-104
issue-122
issue-141
issue-228
issue-597 Fixes Issue #597 (#637) 2021-05-03 09:51:48 -07:00
issue-598 Fixes #598 (#628) 2021-05-05 13:04:03 -07:00
job-container Update images, fix extrapath (#723) 2021-06-10 23:12:05 +00:00
job-container-non-root Update images, fix extrapath (#723) 2021-06-10 23:12:05 +00:00
local-action-docker-url Refactor local, composite actions and run steps (#712) 2021-06-10 15:28:23 +00:00
local-action-dockerfile fix: rewrite StepContext env (#832) 2021-09-28 01:18:59 +00:00
local-action-js Refactor local, composite actions and run steps (#712) 2021-06-10 15:28:23 +00:00
localdockerimagetest_ Fix docker: invalid reference format (#767) 2021-08-09 18:16:31 +00:00
matrix
matrix-include-exclude
node
parallel Read localaction's from container (#719) 2021-08-03 17:39:56 +00:00
pull-request
python
remote-action-docker
remote-action-js
runs-on
secrets
shells fix: set `sh` as default shell for containers (#853) 2021-11-03 11:47:47 -07:00
uses-and-run-in-one-step fix: return error if both `run:`/`uses:` keys are used (#593) 2021-04-01 11:36:41 -07:00
uses-composite Read localaction's from container (#719) 2021-08-03 17:39:56 +00:00
uses-docker-url Update images, fix extrapath (#723) 2021-06-10 23:12:05 +00:00
uses-github-empty Throw an error if the steps has a invalid uses directive (#500) 2021-01-23 08:07:28 -08:00
uses-github-full-sha refactor: return more errors, add more tests (#679) 2021-05-08 03:29:03 +00:00
uses-github-noref Throw an error if the steps has a invalid uses directive (#500) 2021-01-23 08:07:28 -08:00
uses-github-path Throw an error if the steps has a invalid uses directive (#500) 2021-01-23 08:07:28 -08:00
uses-github-root Throw an error if the steps has a invalid uses directive (#500) 2021-01-23 08:07:28 -08:00
uses-github-short-sha refactor: return more errors, add more tests (#679) 2021-05-08 03:29:03 +00:00
workdir Add proper support for working-directory & fix command builder (#772) 2021-08-10 19:40:20 +00:00