status stringclasses 1
value | repo_name stringclasses 13
values | repo_url stringclasses 13
values | issue_id int64 1 104k | updated_files stringlengths 11 1.76k | title stringlengths 4 369 | body stringlengths 0 254k ⌀ | issue_url stringlengths 38 55 | pull_url stringlengths 38 53 | before_fix_sha stringlengths 40 40 | after_fix_sha stringlengths 40 40 | report_datetime timestamp[ns, tz=UTC] | language stringclasses 5
values | commit_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
closed | nektos/act | https://github.com/nektos/act | 717 | [".github/workflows/stale.yml"] | Issue: actions/setup-node@v1 failing with error to get local cert | ## Act version
```none
act version HEAD-8a9167d
```
## Expected behaviour
`actions/setup-node@v1` should succeed in setting up node
## Actual behaviour
`actions/setup-node@v1` fails with error `unable to get local issuer certificate`
```
[build/main] ⭐ Run Setup node
INFO[0006] ☁ git clone 'ht... | https://github.com/nektos/act/issues/717 | https://github.com/nektos/act/pull/1357 | 96ba76bff23f2cc2345437ffc6b1815447ef1e45 | 9a494cac1ed5f22539d727f6958f4d24df7104b8 | 2021-06-02T14:15:55Z | go | 2022-09-26T02:18:56Z |
closed | nektos/act | https://github.com/nektos/act | 715 | ["go.mod", "go.sum"] | Have to delete action container in order to run new changes | I'm unable to find any flag or mention of making act rebuild the action image. I am forced to delete the image which is very time consuming and misses out on layer caching.
Is there a way to tell act to run my action and build the image every time ? | https://github.com/nektos/act/issues/715 | https://github.com/nektos/act/pull/1830 | 481999f59da465d2d8743fd3d97e24bb6e1a2311 | b0996e057750223a14321ff92c1c6d6fbb8e1a10 | 2021-06-01T21:17:57Z | go | 2023-05-29T03:35:06Z |
closed | nektos/act | https://github.com/nektos/act | 707 | ["pkg/container/docker_build.go", "pkg/container/docker_run.go", "pkg/runner/step_context.go", "pkg/runner/testdata/basic/push.yml", "pkg/runner/testdata/parallel/push.yml", "pkg/runner/testdata/uses-composite/push.yml"] | Issue: private action using local machine path and not docker container path | ## Act version
```none
❯ act --version
act version 0.2.22
```
## Expected behaviour
I checkout the actions repo of my organization and try to call an action in it. `path` is the same name as the repo because of the known issue with `MODULE_NOT_FOUND` in the README.
## Actual behaviour
The error is loo... | https://github.com/nektos/act/issues/707 | https://github.com/nektos/act/pull/719 | 531ea02fb9e40c512c8e9bdb0125c4950f172bb4 | 0ff204b61523b0137d41c4479a132fde87211327 | 2021-05-26T20:10:14Z | go | 2021-08-03T17:39:56Z |
closed | nektos/act | https://github.com/nektos/act | 694 | ["cmd/input.go", "cmd/root.go", "pkg/runner/runner.go"] | Issue: Container keeps running after exit | ## Act version
```none
act version 0.2.21
```
## Expected behaviour
All containers started by act should be stopped/exit as soon as act terminates.
## Actual behaviour
Not sure in which condition this happens, but some containers never exit.
```none
322667 ? Sl 0:03 /usr/bin/containerd-... | https://github.com/nektos/act/issues/694 | https://github.com/nektos/act/pull/714 | 2261204c65b71d661495de95df6610c451157a67 | 003c995b36b09d8e878d28ce6ff7cfe8e05e89ae | 2021-05-20T07:03:05Z | go | 2021-06-10T15:09:05Z |
closed | nektos/act | https://github.com/nektos/act | 689 | ["pkg/container/docker_run.go", "pkg/runner/testdata/env-and-path/push.yaml"] | Issue: GITHUB_PATH should prepend | <!--
- Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases)
- Search the existing issues.
- Refer to [README](https://github.com/nektos/act/blob/master/README.md).
-->
## Act version
<!--
- Paste output of `act --version` inside the code block... | https://github.com/nektos/act/issues/689 | https://github.com/nektos/act/pull/690 | 38f6dfb49a7e3cee826911e36f0c990813282d28 | 29ea8cfc4e00401b144cd29643a61ca089efd7e9 | 2021-05-18T07:02:01Z | go | 2021-05-18T13:22:39Z |
closed | nektos/act | https://github.com/nektos/act | 678 | ["pkg/runner/run_context.go", "pkg/runner/runner_test.go", "pkg/runner/step_context.go", "pkg/runner/step_context_test.go", "pkg/runner/testdata/checkout/push.yml"] | Issue: Checkout fails on 0.2.22 - "Input required and not supplied: token" | <!--
- Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases)
- Search the existing issues.
- Refer to [README](https://github.com/nektos/act/blob/master/README.md).
-->
## Act version
<!--
- Paste output of `act --version` inside the code block... | https://github.com/nektos/act/issues/678 | https://github.com/nektos/act/pull/680 | aa68181f6b3df2ff24a523800871c3c5ccdf76be | ef0da2ab9e2bf21184058ef43a6c25d64dad35f7 | 2021-05-07T15:32:48Z | go | 2021-05-10T15:12:57Z |
closed | nektos/act | https://github.com/nektos/act | 664 | ["pkg/runner/step_context.go", "pkg/runner/testdata/local-action-docker-url/push.yml", "pkg/runner/testdata/local-action-dockerfile/push.yml", "pkg/runner/testdata/local-action-js/push.yml"] | Issue: Composite action does not have feature parity for env list | ## Act version
```none
$ act --version
act version 0.2.21-9-gf56b21f
```
## Expected behaviour
For a composite action, variables in the `env` list should be properly evaluated, as in the actual github workflows.
## Actual behaviour
Those env variables are not evaluated and substituted.
## Workflow ... | https://github.com/nektos/act/issues/664 | https://github.com/nektos/act/pull/712 | 003c995b36b09d8e878d28ce6ff7cfe8e05e89ae | e5d4886787185d2c5281a0222aa590f951ebee55 | 2021-05-05T07:47:23Z | go | 2021-06-10T15:28:23Z |
closed | nektos/act | https://github.com/nektos/act | 657 | ["pkg/common/git/git.go", "pkg/common/git/git_test.go"] | Enhancement: working with git worktree | ## Describe feature
For a working act workflow, when you are using `git worktree` ACT does not work. It does not fill repository data, certainly because it does not follow links in `.git` file in a git worktree.
If there is a workaround, i'd take it! :)
Example:
```
WARN[0000] unable to get git repo: unable ... | https://github.com/nektos/act/issues/657 | https://github.com/nektos/act/pull/1530 | 3e23b4fbb558bc4e8bdc72d4f75e0d94e5be3bf1 | 7ebcc1c816900eadc98cbbbcda1ac3c6fcf23ab8 | 2021-05-04T15:52:06Z | go | 2023-01-19T06:29:23Z |
closed | nektos/act | https://github.com/nektos/act | 645 | ["IMAGES.md", "README.md", "cmd/platforms.go", "cmd/root.go"] | Ubuntu 16.04 environment will be removed on September 20, 2021 | GitHub will phase out Ubuntu 16.04 runners (`ubuntu-16.04`).
Default image for `ubuntu-16.04` will be removed from `act` but you should still be able to run your workflows with `-P ubuntu-16.04=<docker image>`.
Ref: https://github.com/actions/virtual-environments/issues/3287
I'll create PR later. | https://github.com/nektos/act/issues/645 | https://github.com/nektos/act/pull/821 | aa080d0ed9a2120415bf80a8575c0a378934185b | 17652ce80e49feecef967adcb12797ee55424f86 | 2021-04-29T12:11:48Z | go | 2021-09-22T19:43:58Z |
closed | nektos/act | https://github.com/nektos/act | 641 | [".github/workflows/push.yml"] | [Build] Issue: MacOS Github Docker Install Times are crazy | MacOS Tests can take nearly a half hour to run, most of that is a very variable amount of time to install docker. Recommend disabling it until a more stable method can be defined (use cache action after docker is installed maybe?)
https://github.com/nektos/act/runs/2444025568?check_suite_focus=true | https://github.com/nektos/act/issues/641 | https://github.com/nektos/act/pull/643 | f56b21f6c3549b347413d338dfdd0d238eb534b6 | 3e768cd91695af12bdf860ba49a0f992854b9c87 | 2021-04-27T03:10:12Z | go | 2021-05-02T15:13:30Z |
closed | nektos/act | https://github.com/nektos/act | 640 | ["pkg/runner/step_context.go", "pkg/runner/testdata/local-action-docker-url/push.yml", "pkg/runner/testdata/local-action-dockerfile/push.yml", "pkg/runner/testdata/local-action-js/push.yml"] | Issue: working-directory property don't seems to work with ${{ }} vars |
## Act version
```none
act version 0.2.21
```
## Actual behaviour
```
[Terraform/terraform] ⭐ Run Terraform credentials
| /home/ludo/Web/lm/workflow/4: line 1: ${{ env.TERRAFORM_WORKINGDIR }}: bad substitution
```
The same works on github actions
## Workflow and/or repository
<details>
<s... | https://github.com/nektos/act/issues/640 | https://github.com/nektos/act/pull/712 | 003c995b36b09d8e878d28ce6ff7cfe8e05e89ae | e5d4886787185d2c5281a0222aa590f951ebee55 | 2021-04-26T16:45:24Z | go | 2021-06-10T15:28:23Z |
closed | nektos/act | https://github.com/nektos/act | 627 | ["pkg/container/docker_run.go"] | Issue: Race condition: "Exec command ... is already running" | <!--
- Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases)
- Search the existing issues.
- Refer to [README](https://github.com/nektos/act/blob/master/README.md).
-->
## Act version
<!-- Paste output of `act --version` -->
```none
act version 0.2.21
```
... | https://github.com/nektos/act/issues/627 | https://github.com/nektos/act/pull/702 | d794e2fe4ce5d489340838ccdca8e503c2cecbc4 | 8a9167da82b3824272fdbfcc25b3671cd1260e7d | 2021-04-22T18:56:55Z | go | 2021-05-25T12:35:52Z |
closed | nektos/act | https://github.com/nektos/act | 625 | ["pkg/model/testdata/strategy/push.yml", "pkg/model/workflow.go", "pkg/model/workflow_test.go", "pkg/runner/expression_test.go", "pkg/runner/run_context_test.go", "pkg/runner/runner_test.go"] | Issue: a strategy clause without matrix 'disables' a job | ## Act version
```none
$ ~/go/bin/act --version
Error: unknown flag: --version
$ strings ~/go/bin/act | grep '^mod.*v[0-9]\+\.[0-9]\+\.[0-9]\+'
mod github.com/nektos/act v0.2.21 h1:mx5wheBRwuwrCaZb+gL0QcxIQQCsUFKtafmamfqtfWU=
```
I'm on Gentoo Linux (if it matters).
## Expected behaviour
The job below ... | https://github.com/nektos/act/issues/625 | https://github.com/nektos/act/pull/763 | 43d46aa62f3ab689fda96cee05c19a30d1a343be | 94fd0ac8994476d5bfd2302b4301022f10884025 | 2021-04-19T19:39:57Z | go | 2021-08-09T15:35:05Z |
closed | nektos/act | https://github.com/nektos/act | 623 | ["IMAGES.md", "README.md"] | Issue: Update docs on Apple Silicon support | The docs say that Apple Silicon isn't supported. Docker released a version for Silicon this week for general availability and I can confirm that act works with it. | https://github.com/nektos/act/issues/623 | https://github.com/nektos/act/pull/630 | 7ae9916de0c82101d6e64791251b2a5ea1f39918 | 08141f5b0095f0ddbbf3a62b03338a9570e27658 | 2021-04-17T09:34:23Z | go | 2021-05-03T14:41:30Z |
closed | nektos/act | https://github.com/nektos/act | 621 | ["README.md", "cmd/root.go", "pkg/container/docker_images.go", "pkg/container/docker_run.go", "pkg/runner/run_context.go", "pkg/runner/runner_test.go", "pkg/runner/step_context.go", "pkg/runner/step_context_test.go"] | Issue: Local Docker actions are broken as of #525 | ## Act version
https://github.com/nektos/act/commit/6c258cf40d77e867eef21ea9fbb731a4110f3900
## Workflow and/or repository
<details>
<summary>workflow</summary>
```none
name: MySQL
on: pull_request
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: create DB
uses: mirromutth... | https://github.com/nektos/act/issues/621 | https://github.com/nektos/act/pull/619 | 3e768cd91695af12bdf860ba49a0f992854b9c87 | f32babb51db6761fd5dff1bcc03bbdf9eb7aa354 | 2021-04-15T13:26:27Z | go | 2021-05-02T15:15:13Z |
closed | nektos/act | https://github.com/nektos/act | 607 | ["pkg/runner/runner_test.go", "pkg/runner/step_context.go"] | Issue: composite actions don't work | <!--
- Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases)
- Search the existing issues.
- Refer to [README](https://github.com/nektos/act/blob/master/README.md).
-->
## Act version
<!-- Paste output of `act --version` -->
```none
act version 7e1ba1
```
... | https://github.com/nektos/act/issues/607 | https://github.com/nektos/act/pull/608 | cec63488f331c19424ee9712268f44b847f031d0 | 020d6a60832a324e46b72be92ac5754537e57a17 | 2021-04-04T17:12:05Z | go | 2021-05-03T21:57:46Z |
closed | nektos/act | https://github.com/nektos/act | 603 | ["go.mod", "go.sum"] | Issue: GITHUB_ACTION_PATH isn't defined | <!--
- Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases)
- Search the existing issues.
- Refer to [README](https://github.com/nektos/act/blob/master/README.md).
-->
## Act version
<!-- Paste output of `act --version` -->
```none
act version 9a7bc6
```
... | https://github.com/nektos/act/issues/603 | https://github.com/nektos/act/pull/1925 | 67f4baa618b3371cc0ec0c03b169141c25809c9e | 17bf4fc5afd147ea967445b9d0dc2e684f57377c | 2021-04-04T04:04:28Z | go | 2023-07-24T02:53:35Z |
closed | nektos/act | https://github.com/nektos/act | 599 | ["cmd/root.go", "go.mod", "go.sum", "pkg/runner/run_context.go"] | Enhancement: Follow XDG base directories | ## Describe feature
Act is now using `$HOME/.actrc`. In my opinion it shouldn't clutter home directory and should be in `$XDG_CONFIG_HOME/actrc` or `$XDG_CONFIG_HOME/act/config` | https://github.com/nektos/act/issues/599 | https://github.com/nektos/act/pull/600 | 47e1ba1b55340999a31905e7c9821ccbeccdeef7 | 4125812a63cc3f3eee3c80fbeee29c6c72b73cfd | 2021-04-03T10:52:09Z | go | 2021-04-05T15:51:13Z |
closed | nektos/act | https://github.com/nektos/act | 597 | ["pkg/runner/run_context.go", "pkg/runner/runner_test.go", "pkg/runner/testdata/issue-597/spelling.yaml"] | Issue: `with` fields should only be evaluated if `if` evaluates to true | <!--
- Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases)
- Search the existing issues.
- Refer to [README](https://github.com/nektos/act/blob/master/README.md).
-->
## Act version
<!-- Paste output of `act --version` -->
```none
act version 9a7bc6
```
... | https://github.com/nektos/act/issues/597 | https://github.com/nektos/act/pull/637 | 780f60a1e6a07f495ad9a2d0e3181e85b36b0537 | 3db3d416e33e8c1798360c0858cd4bc0c051d75d | 2021-04-02T21:26:19Z | go | 2021-05-03T16:51:48Z |
closed | nektos/act | https://github.com/nektos/act | 587 | [".gitignore", "pkg/runner/run_context.go", "pkg/runner/run_context_test.go", "pkg/runner/runner.go", "pkg/runner/runner_test.go", "pkg/runner/step_context.go", "pkg/runner/step_context_test.go", "pkg/runner/testdata/workdir/push.yml"] | Issue: #567 breaks `act` on Windows | <!--
- Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases)
- Search the existing issues.
- Refer to [README](https://github.com/nektos/act/blob/master/README.md).
-->
## Act version
<!-- Paste output of `act --version` -->
https://github.com/nektos/act/commi... | https://github.com/nektos/act/issues/587 | https://github.com/nektos/act/pull/635 | 020d6a60832a324e46b72be92ac5754537e57a17 | 0f049426f6320fab3dd19f4f90954daad590fa33 | 2021-03-29T15:04:01Z | go | 2021-05-04T21:50:35Z |
closed | nektos/act | https://github.com/nektos/act | 584 | ["pkg/runner/run_context.go"] | Issue: act sets HOME env var but doesn't update /etc/passwd | It seems Java use homedir from nsswitch, so this behavior breaks java build tools like Apache Maven & Gradle which use `user.home` system property to resolve configuration. E.g. `actions/setup-java@v1` writes `settings.xml` to `/github/home/.m2/settings.xml` (nodejs resolves using `$HOME`) but maven later tries to look... | https://github.com/nektos/act/issues/584 | https://github.com/nektos/act/pull/594 | 25779af4bf1e7762d8ff2d3be985c2fcde7bb1e2 | 5044ec6c4364cb74e623953b8c5d39790c8af126 | 2021-03-27T00:54:55Z | go | 2021-04-01T21:01:01Z |
closed | nektos/act | https://github.com/nektos/act | 572 | ["pkg/model/planner.go", "pkg/model/planner_test.go", "pkg/model/testdata/empty-workflow/push.yml", "pkg/model/testdata/invalid-job-name/push.yml"] | Enhancement: Fail if job name is not valid | ## Describe feature
Act doesn't fail if the job name is not valid comparing to GHA who fail with this kind of message :
```
The workflow is not valid. .github/workflows/tests.yml (Line: 10, Col: 3): Job name test-bats-docker-bash-4.4.23-gnu-true is invalid. Names must start with a letter or '_' and contain only ... | https://github.com/nektos/act/issues/572 | https://github.com/nektos/act/pull/596 | 5044ec6c4364cb74e623953b8c5d39790c8af126 | 94d736a602dcfc7db2568d41a16e222bf1bcc416 | 2021-03-18T20:11:54Z | go | 2021-04-02T14:01:45Z |
closed | nektos/act | https://github.com/nektos/act | 554 | ["pkg/runner/run_context.go"] | Issue: .ssh directory not parity with Github Actions | <!--
- Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases)
- Search the existing issues.
- Refer to [README](https://github.com/nektos/act/blob/master/README.md).
-->
## Act version
```none
act version 0.2.20
```
## Expected behaviour
Typically and on... | https://github.com/nektos/act/issues/554 | https://github.com/nektos/act/pull/594 | 25779af4bf1e7762d8ff2d3be985c2fcde7bb1e2 | 5044ec6c4364cb74e623953b8c5d39790c8af126 | 2021-03-06T19:02:40Z | go | 2021-04-01T21:01:01Z |
closed | nektos/act | https://github.com/nektos/act | 550 | ["pkg/container/docker_build.go", "pkg/container/docker_run.go", "pkg/runner/step_context.go", "pkg/runner/testdata/basic/push.yml", "pkg/runner/testdata/parallel/push.yml", "pkg/runner/testdata/uses-composite/push.yml"] | Issue: Can't `use` action from repo checked out with actions/checkout | ## Act version
```none
❯ act --version
act version 0.2.20
```
## Expected behaviour
Expected to be able to locally test a github action workflow that checks out a repo containing another action, and then executes that action in the runner env with `uses`
## Actual behaviour
`act` fails with error mess... | https://github.com/nektos/act/issues/550 | https://github.com/nektos/act/pull/719 | 531ea02fb9e40c512c8e9bdb0125c4950f172bb4 | 0ff204b61523b0137d41c4479a132fde87211327 | 2021-03-03T18:54:05Z | go | 2021-08-03T17:39:56Z |
closed | nektos/act | https://github.com/nektos/act | 546 | ["pkg/runner/logger.go"] | Issue: Asterisk floods the terminal output | ## Act version
<!-- Paste output of `act --version` -->
```none
0.2.20
```
Ubuntu 20.10 - any terminal
## Expected behaviour
Unreadable terminal output due to asterisk flood
## Actual behaviour
Terminal output is full of asterisk symbols
## Workflow and/or repository
On any command
## St... | https://github.com/nektos/act/issues/546 | https://github.com/nektos/act/pull/725 | 33ccfa6f3b85bfe02716e3369f19246de450c9e7 | 96a05645269241587fdcf0f1ccc49ce38047627c | 2021-02-24T08:46:07Z | go | 2021-06-07T13:54:12Z |
closed | nektos/act | https://github.com/nektos/act | 542 | ["pkg/runner/run_context.go"] | Issue: Running push event for a specific branch | ## Act version
<!-- Paste output of `act --version` -->
```
act version 0.2.17
```
## Expected behaviour
Run workflow 2
## Actual behaviour
Runs workflow 1 & 2
## Workflow and/or repository
<details>
<summary></summary>
```none
name: workflow 1
on:
push:
branches:
- ma... | https://github.com/nektos/act/issues/542 | https://github.com/nektos/act/pull/605 | 806bc4d999cafab455bbda9b966e3ed6080a4104 | cc3e7aeaf21823f602901cc40836477977bdb3bc | 2021-02-23T10:10:54Z | go | 2021-05-03T15:02:26Z |
closed | nektos/act | https://github.com/nektos/act | 540 | ["pkg/model/workflow.go", "pkg/runner/run_context.go", "pkg/runner/step_context.go"] | Enhancement: Support matrix builds with dynamic input | ## Describe feature
GitHub Actions has a neat feature to [create a matrix dynamically](https://github.blog/changelog/2020-04-15-github-actions-new-workflow-features/) based on the outputs of a previous job:
```yaml
name: Dynamic Matrix build
on:
workflow_dispatch:
inputs:
x:
... | https://github.com/nektos/act/issues/540 | https://github.com/nektos/act/pull/700 | fa93f4d5e7e9ccfe68741a555e3137c1dfd6e997 | 33ccfa6f3b85bfe02716e3369f19246de450c9e7 | 2021-02-22T00:04:03Z | go | 2021-06-06T14:53:18Z |
closed | nektos/act | https://github.com/nektos/act | 536 | ["pkg/model/workflow.go", "pkg/model/workflow_test.go", "pkg/runner/step_context.go", "pkg/runner/step_context_test.go", "pkg/runner/testdata/uses-and-run-in-one-step/push.yml"] | a step cannot be allowed have both the `uses` and `run` keys |
When I run a step that has both the `uses` and `run` keys defined, Github fails the build with message:
```
a step cannot have both the `uses` and `run` keys
```
`act` on the other hand silently ignores `uses` and continues.
## Act version
Master `0.2.20-2-g9bf37fb`
## Expected behaviour
`act` shoul... | https://github.com/nektos/act/issues/536 | https://github.com/nektos/act/pull/593 | 5752a03dcd20a4ef922f6087da4b22b480d1f593 | 25779af4bf1e7762d8ff2d3be985c2fcde7bb1e2 | 2021-02-17T21:32:08Z | go | 2021-04-01T18:36:41Z |
closed | nektos/act | https://github.com/nektos/act | 534 | ["pkg/runner/run_context.go"] | Issue: continue-on-error within step is not respected | <!--
- Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases)
- Search the existing issues.
- Refer to [README](https://github.com/nektos/act/blob/master/README.md).
-->
## Act version
<!-- Paste output of `act --version` -->
act version 0.2.20
```none
```
... | https://github.com/nektos/act/issues/534 | https://github.com/nektos/act/pull/544 | 14c06ee5e4c854f396b4925df5b00054fea744e5 | 6c118fe9ad2ae55802b7f8384a48db2a724ab391 | 2021-02-17T01:08:38Z | go | 2021-02-25T16:55:07Z |
closed | nektos/act | https://github.com/nektos/act | 528 | ["pkg/model/workflow.go"] | Issue: bash options don't match GitHub Actions | ## Act version
<!-- Paste output of `act --version` -->
```none
act version 0.2.20
```
## Expected behaviour
<!-- Describe how whole process should go and finish -->
When providing a bash script in the `run` section of `steps` for a job, we expect the shell to be executed with the same options as GitHu... | https://github.com/nektos/act/issues/528 | https://github.com/nektos/act/pull/529 | 661aa0823544449bae15c77c6311f8ab0014b12d | 60669808a4969f11b3064ae1ff457a45ce2f0d24 | 2021-02-12T14:46:29Z | go | 2021-02-12T16:28:26Z |
closed | nektos/act | https://github.com/nektos/act | 527 | [".github/workflows/checks.yml", ".github/workflows/release.yml"] | Enhancement: Authentication to docker registry | ## Describe feature
It would be nice to create an authenticated docker api client to pull images from other registries which require authentication.
I think it might be good enough to add the authentication information found in `~/.docker/config.json` into the pull command.
https://github.com/nektos/act/blob/e6f... | https://github.com/nektos/act/issues/527 | https://github.com/nektos/act/pull/1082 | c8a40bf8f41a68efe55f28e8b17a9b5f3d004d5e | 4f0bfd2ad1b16dc0a5f34844069513af178fe86d | 2021-02-10T15:44:17Z | go | 2022-03-28T20:05:07Z |
closed | nektos/act | https://github.com/nektos/act | 518 | [".github/workflows/stale.yml"] | Specified platform/image is not honored | When specifying a platform/image with `act -P ubuntu-18.04=nektos/act-environments-ubuntu:18.04` act will still use the previously configured `catthehacker/ubuntu:act-latest` rather than the specified image.
```
[Deploy to Amazon ECS/Build NGINX Image] 🚀 Start image=catthehacker/ubuntu:act-latest
[Deploy to Amaz... | https://github.com/nektos/act/issues/518 | https://github.com/nektos/act/pull/2120 | 0806c8b10946de509889eb723aaba45cc100c8de | 6b0ef97c52e7cbab64513b3de7e6618bc2579f28 | 2021-02-04T00:35:47Z | go | 2023-12-17T09:14:56Z |
closed | nektos/act | https://github.com/nektos/act | 509 | [".github/workflows/stale.yml"] | Cannot read property 'slice' of undefined | Trying to run act (0.2.19) with [my workflow](https://github.com/cscetbon/cass-operator-casskop-compat/blob/master/.github/workflows/run-kuttl-tests.yml ) I get the following error:
```
[Compatibility casskop/cass-operator/scaleup-gke ] 🚀 Start image=catthehacker/ubuntu:act-latest
[Compatibility casskop/c... | https://github.com/nektos/act/issues/509 | https://github.com/nektos/act/pull/2120 | 0806c8b10946de509889eb723aaba45cc100c8de | 6b0ef97c52e7cbab64513b3de7e6618bc2579f28 | 2021-01-29T21:09:02Z | go | 2023-12-17T09:14:56Z |
closed | nektos/act | https://github.com/nektos/act | 506 | ["pkg/common/git.go", "pkg/common/git_test.go"] | Unable to resolve commit hash in `uses` | Like the issue (#234) that requests that `act` support using a branch instead of a tag, it would also be good to support using a commit hash; for instance:
steps:
- name: Install JDK 11
uses: actions/setup-java@d202f5dbf7256730fb690ec59f6381650114feb2 # v1
with:
java-version: ... | https://github.com/nektos/act/issues/506 | https://github.com/nektos/act/pull/530 | 34dc2dc15c2faa6c1d81f2deb7aa8be712a779d7 | 14c06ee5e4c854f396b4925df5b00054fea744e5 | 2021-01-27T20:14:16Z | go | 2021-02-23T17:50:28Z |
closed | nektos/act | https://github.com/nektos/act | 499 | [".github/workflows/stale.yml"] | jobs.*.strategy.matrix.include doesnt seem to be parsed correctly when used in a step's env. | Here's an example workflow file that works in GIthub, but not in act:
```
---
name: "Test Platform GH Actions"
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
strategy:
matrix:
include:
- example_var_1: "this_is_var_1"
... | https://github.com/nektos/act/issues/499 | https://github.com/nektos/act/pull/2120 | 0806c8b10946de509889eb723aaba45cc100c8de | 6b0ef97c52e7cbab64513b3de7e6618bc2579f28 | 2021-01-21T18:52:09Z | go | 2023-12-17T09:14:56Z |
closed | nektos/act | https://github.com/nektos/act | 497 | ["README.md", "cmd/input.go", "cmd/root.go", "pkg/common/git.go", "pkg/common/git_test.go", "pkg/runner/run_context.go", "pkg/runner/runner.go", "pkg/runner/runner_test.go", "pkg/runner/step_context.go"] | Github Enterprise | Unfortunately GH Enterprise is not supported.
For actions to work on Enterprise you'll have to mirror the actions (ugly but 🤷). In our enterprise setup this means we'll have to define the official action `https://github.com/github/super-linter/`
as mirrored in `https://<gh-enterprise>/ghcom-actions/github-super-li... | https://github.com/nektos/act/issues/497 | https://github.com/nektos/act/pull/658 | 710a3ac94c3dc0eaf680d417c87f37f92b4887f4 | 0c4374ec419b3b7fbbe82d2d79677508085d90e0 | 2021-01-21T13:17:10Z | go | 2021-05-05T16:42:34Z |
closed | nektos/act | https://github.com/nektos/act | 496 | ["pkg/runner/expression.go", "pkg/runner/expression_test.go"] | Unable to interpolate string | ### environment
* act v0.2.18
* macOS 10.15.7
### description
I sometimes use *actions/cache@v2* in Go project. below is my minimal configuration:
```yaml
name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v2
with:
path: ~/go/pkg/m... | https://github.com/nektos/act/issues/496 | https://github.com/nektos/act/pull/502 | fc46f506e31e0d50b538ba253000d0a335141341 | 316b078f8c0467670ad0d68a5201f1d5284d4be4 | 2021-01-21T13:06:27Z | go | 2021-02-08T17:14:12Z |
closed | nektos/act | https://github.com/nektos/act | 492 | ["pkg/runner/run_context.go"] | exists without warning if a workflow is missing runs-on | https://github.com/nektos/act/issues/492 | https://github.com/nektos/act/pull/494 | 719a077b7c86e820a3153a8a31682c9a8541edb9 | e37b42a333c53503e6688c8e844e7c037f85179a | 2021-01-20T20:04:51Z | go | 2021-01-21T14:02:48Z | |
closed | nektos/act | https://github.com/nektos/act | 484 | ["README.md", "cmd/input.go", "cmd/root.go"] | Event type auto-detection not working | The event type auto-detection is not working as intended - it is always defaulting to `push`, even though the workflow defines a different event type. For example, when running `act` for the following workflow, nothing happens. You must run `act workflow_dispatch` in order for it to run.
```
name: "Test auto-dete... | https://github.com/nektos/act/issues/484 | https://github.com/nektos/act/pull/486 | 7f6a8082626ee107787cf0269dd5a933dcf98e49 | 9bbf35e88ef6a26f19bd53e29b15b67fe34d135b | 2021-01-17T20:03:44Z | go | 2021-01-18T19:42:55Z |
closed | nektos/act | https://github.com/nektos/act | 482 | ["pkg/runner/run_context.go", "pkg/runner/run_context_test.go"] | if: syntax without ${{ }} seems to always evaluate to false, even if invalid | This issue is similar to #366, but in this case, it appears that `if` statements without `${{ }}` are not evaluated, and always return `false`. This sample workflow illustrates the issue:
```
name: "Test if statements"
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: "bad expressio... | https://github.com/nektos/act/issues/482 | https://github.com/nektos/act/pull/485 | 9bbf35e88ef6a26f19bd53e29b15b67fe34d135b | c7b3869b2f8689f3f95d3813c374e580f4976765 | 2021-01-17T18:01:00Z | go | 2021-01-18T19:44:27Z |
closed | nektos/act | https://github.com/nektos/act | 473 | ["cmd/input.go", "cmd/root.go"] | supplying environment variables on the cli | Is there a way to add environment variables to be used in `run` steps without creating a .env file? | https://github.com/nektos/act/issues/473 | https://github.com/nektos/act/pull/474 | 6e1cdeefc06f6985ae1c5dfa51089c66c9184e1e | 41692c314db80bc427ae9dee24a7316b2c27245e | 2021-01-14T16:23:51Z | go | 2021-01-15T05:26:01Z |
closed | nektos/act | https://github.com/nektos/act | 468 | ["go.mod", "go.sum"] | Error: Error response from daemon: Conflict. The container name "/act-test-CI-build" is already in use | I got this error when trying to run the `act` command for the first time
```
~ » act
[test CI/build] 🚀 Start image=node:12.6-buster-slim
[test CI/build] 🚀 Start image=node:12.6-buster-slim
Error: Error response from daemon: Conflict. The container name "/act-test-CI-build" is already in use by container "284... | https://github.com/nektos/act/issues/468 | https://github.com/nektos/act/pull/1872 | b2191ae204a713a5e9bd4b3e1ec34b23b7fd34a6 | df44dffd30b6503b91bc63130742c31b1ce7badf | 2021-01-12T09:23:03Z | go | 2023-06-19T04:03:04Z |
closed | nektos/act | https://github.com/nektos/act | 467 | ["pkg/model/workflow.go", "pkg/runner/runner_test.go", "pkg/runner/step_context.go", "pkg/runner/testdata/powershell/push.yml"] | Doesn't correctly handle worker-level Powershell script runs | ### Issue
Powershell 7 scripts do not run in native workers via `run:` step, and report a false positive of succeeding
### Steps to Reproduce
With the following simple config:
```yaml
name: Test
on:
push:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
... | https://github.com/nektos/act/issues/467 | https://github.com/nektos/act/pull/575 | c27ef0a65c9935d48e2ef6e70865197cce963d18 | 957b8ad76dd27c5d91d52ea49592387bfaa70fa1 | 2021-01-11T19:01:07Z | go | 2021-03-29T17:06:51Z |
closed | nektos/act | https://github.com/nektos/act | 455 | [".github/workflows/stale.yml"] | Why is act reading my GITHUB_TOKEN during build? | It seems the Makefile reads and exports GITHUB_TOKEN during build, which is alarming. Can we make that optional and default off? | https://github.com/nektos/act/issues/455 | https://github.com/nektos/act/pull/2120 | 0806c8b10946de509889eb723aaba45cc100c8de | 6b0ef97c52e7cbab64513b3de7e6618bc2579f28 | 2020-12-29T17:20:20Z | go | 2023-12-17T09:14:56Z |
closed | nektos/act | https://github.com/nektos/act | 451 | ["pkg/runner/step_context.go"] | Should not inherit container PATH from host PATH | On NixOS, running `act`, say in the `act` repository itself, eventually gives this error:
```
[push/Test ] ⭐ Run go test -cover ./...
| OCI runtime exec failed: exec failed: container_linux.go:349: starting container process caused "exec: \"bash\": e... | https://github.com/nektos/act/issues/451 | https://github.com/nektos/act/pull/462 | fecc571bcedbc8299869b3fa338a6b91811b8641 | a9b3d6426b3ca8d57bd7357e2f051ec0f5d1f6d3 | 2020-12-17T02:03:02Z | go | 2021-01-12T06:27:16Z |
closed | nektos/act | https://github.com/nektos/act | 450 | ["pkg/model/workflow.go", "pkg/runner/run_context.go", "pkg/runner/step_context.go"] | Unmarshal error | When unmarshalling:
```yaml
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}
```
I get the error:
```shell
Error: yaml: unmarshal errors:
line 118: cannot unmarshal !!str `${{ fro...` into map[string][]interface {}
``` | https://github.com/nektos/act/issues/450 | https://github.com/nektos/act/pull/700 | fa93f4d5e7e9ccfe68741a555e3137c1dfd6e997 | 33ccfa6f3b85bfe02716e3369f19246de450c9e7 | 2020-12-16T17:21:25Z | go | 2021-06-06T14:53:18Z |
closed | nektos/act | https://github.com/nektos/act | 448 | ["cmd/input.go", "cmd/root.go", "pkg/runner/logger.go", "pkg/runner/runner.go"] | Add ability to debug secrets | Is there any way to turn off the Auto-Hide from Secrets in the logs? I get that it's how GitHub does it and it totally makes sense but it would be great if there would be commandline switch to disable the hiding. | https://github.com/nektos/act/issues/448 | https://github.com/nektos/act/pull/460 | a9b3d6426b3ca8d57bd7357e2f051ec0f5d1f6d3 | 80a245652e92ef51c0e1952eb11c30e0d0f97d53 | 2020-12-16T15:44:17Z | go | 2021-01-12T06:28:45Z |
closed | nektos/act | https://github.com/nektos/act | 444 | ["README.md", "cmd/platforms.go"] | Skipping unsupported platform '[ubuntu-20.04]' | I'm unable to test my workflow file locally https://github.com/kaihendry/aws-partners-datasette | https://github.com/nektos/act/issues/444 | https://github.com/nektos/act/pull/463 | f86a4326a88ab3ffbfc3ceaaae15d54c450818c3 | fecc571bcedbc8299869b3fa338a6b91811b8641 | 2020-12-11T02:41:32Z | go | 2021-01-12T06:22:53Z |
closed | nektos/act | https://github.com/nektos/act | 438 | ["go.mod", "go.sum"] | Segmentation fault when omitting the GitHub repo revision | When writing an (invalid) workflow YAML like this (note the missing revision `@master` after `OskarStark/php-cs-fixer-ga`):
```yml
name: Continuous integration
on:
push:
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
... | https://github.com/nektos/act/issues/438 | https://github.com/nektos/act/pull/2149 | ef5746ba747a4a39770769725a62b519d8d919aa | 96d6cf8b2c9587912e32a2a42f212fa710efb08e | 2020-12-08T13:56:20Z | go | 2024-01-08T17:01:44Z |
closed | nektos/act | https://github.com/nektos/act | 428 | ["go.mod", "go.sum"] | If the local checkout is a submodule, in-container git commands don't work | Hi!
I noticed that some of the jobs I have that work just great in production with GitHub actions fail in act.
I've tracked the problem down to the fact that when act copies the toplevel repository into the docker vms, it makes a verbatim copy, rather than a git clone.
In most situations, this is just fine. ... | https://github.com/nektos/act/issues/428 | https://github.com/nektos/act/pull/1800 | 65ef31f102ceb75623973921099454637bab55b0 | 046f5aa71587ba5e81a3f755c913da2f0644cdfb | 2020-11-20T22:58:56Z | go | 2023-05-11T21:00:01Z |
closed | nektos/act | https://github.com/nektos/act | 409 | ["go.mod", "go.sum"] | Use local aws credentials in local `act` run | Is it somehow possible to read the credentials from my local `~/.aws/` directory and use them in the workflow run?
It is the same logic as used in e.g. docker by adding `-v $HOME/.aws:/root/.aws` to docker run command. Processes in the docker container now use the local credentials as base credentials for role assum... | https://github.com/nektos/act/issues/409 | https://github.com/nektos/act/pull/1079 | 34706f49fe8c82b3a17c9b22bb4fc5d8a70bd25e | efd34f1e10e56b251a5b9eb75f269d2e7c15681f | 2020-11-06T12:40:39Z | go | 2022-03-28T19:50:40Z |
closed | nektos/act | https://github.com/nektos/act | 407 | [".github/workflows/checks.yml"] | Environment injected in script instead of in shell | I've run into an incompatibility with the GitHub Actions runner. When setting a custom shell command act seems to assume a normal shell whereas the GitHub Actions runner can deal with things like `python` just fine.
```
name: Test act
on:
release:
jobs:
test_shell_run:
name: Test shell run
runs-... | https://github.com/nektos/act/issues/407 | https://github.com/nektos/act/pull/1019 | 932ad0ef6a2483b86f331f933b9c9081326ecbac | 7d403b83075932a18007210a62c6d0ce64df11a6 | 2020-11-03T16:02:54Z | go | 2022-03-14T15:21:54Z |
closed | nektos/act | https://github.com/nektos/act | 401 | ["go.mod", "go.sum"] | Incorrect links to Docker images | Hi!
I never used Docker before and the links in the README don't link to particular docker images.
They all link to this page:
https://hub.docker.com/_/buildpack-deps
I don't know how to find the proper Docker image nor how to set this all up. So this is where I'm stuck now.
If someone who knows which Dock... | https://github.com/nektos/act/issues/401 | https://github.com/nektos/act/pull/1079 | 34706f49fe8c82b3a17c9b22bb4fc5d8a70bd25e | efd34f1e10e56b251a5b9eb75f269d2e7c15681f | 2020-10-23T12:49:43Z | go | 2022-03-28T19:50:40Z |
closed | nektos/act | https://github.com/nektos/act | 396 | ["go.mod", "go.sum"] | What is the expected format of the --secret-file ? | It's a bit of a naive question but I wonder if the expected format of the file provided to `--secret-file` is :
* classic env like :
```.env
SOME_VAR="SOME:SECRET"
SOME_OTHER_VAR=ANOTHER_SECRET
```
* JSON format :
```json
{
"SOME_VAR": "SOME:SECRET",
"SOME_OTHER_VAR": "ANOTHER_SE... | https://github.com/nektos/act/issues/396 | https://github.com/nektos/act/pull/1800 | 65ef31f102ceb75623973921099454637bab55b0 | 046f5aa71587ba5e81a3f755c913da2f0644cdfb | 2020-10-18T18:44:50Z | go | 2023-05-11T21:00:01Z |
closed | nektos/act | https://github.com/nektos/act | 393 | [".github/workflows/checks.yml", ".github/workflows/promote.yml", ".github/workflows/release.yml"] | Errors on act -l (Windows) | On executing 'act -l' on Windows I'm getting the following errors:
Error: yaml: unmarshal errors: line 22: cannot unmarshal !!str `${{ mat...` into map[string]string
line 73: cannot un... | https://github.com/nektos/act/issues/393 | https://github.com/nektos/act/pull/2118 | 29f4123b5ced89ad39f9f80889576810cfdecf7f | 9cecf94039eed005aa76bb4886d9ebfa16b6d184 | 2020-10-16T09:05:31Z | go | 2023-12-11T03:07:56Z |
closed | nektos/act | https://github.com/nektos/act | 378 | ["go.mod", "go.sum"] | Not working for event: "pull_request_review_comment" | No matter what I do, I cannot get `act` to pick up my action/event/job. If I change the `on: pull_request_review_comment` to `on: push`, it works fine.
Does ACT not support actions like this? Here are some things I've tried:
` act -l -e ./.tmp/pull_request_review_comment.json -v`
where `pull_request_review_comme... | https://github.com/nektos/act/issues/378 | https://github.com/nektos/act/pull/2228 | e1cd7c915f79120d77bdee6f9ec11eadb2da25bf | 68597d68f6cc3c384bfd458ab4ec6d51f63a23f6 | 2020-10-02T13:45:50Z | go | 2024-02-26T03:02:49Z |
closed | nektos/act | https://github.com/nektos/act | 376 | ["go.mod", "go.sum"] | Can act works with Containers in matrix ? | Hi, I can't find anything does act support container images and can I use it in matrix?
On example, if I try this:
```
jobs:
test:
name: Test
strategy:
matrix:
os: ['ubuntu:18.04', 'debian:10']
runs-on: ubuntu-latest
container: ${{ matrix.os }}
```
I get error:
`Error: i... | https://github.com/nektos/act/issues/376 | https://github.com/nektos/act/pull/2228 | e1cd7c915f79120d77bdee6f9ec11eadb2da25bf | 68597d68f6cc3c384bfd458ab4ec6d51f63a23f6 | 2020-09-29T07:47:11Z | go | 2024-02-26T03:02:49Z |
closed | nektos/act | https://github.com/nektos/act | 370 | ["go.mod", "go.sum"] | Uninstall act from ubuntu 18 | How do i unstall act from ubuntu 18? | https://github.com/nektos/act/issues/370 | https://github.com/nektos/act/pull/2228 | e1cd7c915f79120d77bdee6f9ec11eadb2da25bf | 68597d68f6cc3c384bfd458ab4ec6d51f63a23f6 | 2020-09-22T18:04:16Z | go | 2024-02-26T03:02:49Z |
closed | nektos/act | https://github.com/nektos/act | 366 | [".github/workflows/test-expressions.yml", ".github/workflows/test-if.yml", "pkg/runner/expression.go", "pkg/runner/expression_test.go", "pkg/runner/run_context.go", "pkg/runner/run_context_test.go"] | if: does not support syntax without ${{ }} | This is documented Actions feature, so probably act should support it too. | https://github.com/nektos/act/issues/366 | https://github.com/nektos/act/pull/424 | 3f4998a4ede1327d85fe19ff7f02c79ca4cd441b | 8ba3306aa4ad9bf9b3c0b0b1506074f6de673fa0 | 2020-09-12T17:00:47Z | go | 2020-11-17T17:31:05Z |
closed | nektos/act | https://github.com/nektos/act | 363 | ["go.mod", "go.sum"] | error Couldn't find the binary git | one of my npm dependencies resolves with a git link - this does not seem to be supported in act yet works fine in github actions
```
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test-contracts:
name: Test Contracts
runs-on: ubuntu-latest
step... | https://github.com/nektos/act/issues/363 | https://github.com/nektos/act/pull/1925 | 67f4baa618b3371cc0ec0c03b169141c25809c9e | 17bf4fc5afd147ea967445b9d0dc2e684f57377c | 2020-09-08T22:47:15Z | go | 2023-07-24T02:53:35Z |
closed | nektos/act | https://github.com/nektos/act | 361 | ["go.mod", "go.sum"] | Improper parsing of action entrypoint | I'm developing a Github Action, and when I try to have something like:
```
runs:
...
entrypoint: "./entrypoint.sh"
```
`act` complains because
```
Error: yaml: unmarshal errors:
line 9: cannot unmarshal !!str `./entry...` into []string
```
This seems to be against Github's own parser, however - for i... | https://github.com/nektos/act/issues/361 | https://github.com/nektos/act/pull/803 | 12928a0ac61b2b3278aead1e42923c876a8cf5a4 | a7a2659c0e90a53fee4e55817d0eedcad1ab9967 | 2020-09-08T11:33:20Z | go | 2021-09-08T14:52:34Z |
closed | nektos/act | https://github.com/nektos/act | 359 | [".github/workflows/checks.yml", ".github/workflows/promote.yml", ".github/workflows/release.yml"] | Copying directories from Windows to a Linux container flattens path. | When copying a directory to the container from a Windows host, the directory structure is flattened.
For example, consider the following directory structure:
```
| file.txt
\---dir
file.txt
```
Copying that to a Linux container will produce the following directory structure:
```
'dir\file.txt'
... | https://github.com/nektos/act/issues/359 | https://github.com/nektos/act/pull/2118 | 29f4123b5ced89ad39f9f80889576810cfdecf7f | 9cecf94039eed005aa76bb4886d9ebfa16b6d184 | 2020-09-07T12:58:03Z | go | 2023-12-11T03:07:56Z |
closed | nektos/act | https://github.com/nektos/act | 357 | [".github/workflows/release.yml"] | Feature request: Make --secret-file=.secrets the default behaviour? | Currently, you have to explicitly configure which secrets to pickup when calling `act`. Similarly to how .env files are automatically read without additional CLI flags, perhaps the same should happen for the proposed .secrets file that's mentioned in the --secret-file help.
My current workaround is to simply commit ... | https://github.com/nektos/act/issues/357 | https://github.com/nektos/act/pull/2097 | 7693697f4cc60143c0561668b1c6fcb4bf733b94 | 3d0cb3d82bf9e0448a245a17aad7a80e672e76a8 | 2020-09-04T11:31:44Z | go | 2023-11-20T02:53:47Z |
closed | nektos/act | https://github.com/nektos/act | 356 | [".github/workflows/checks.yml"] | Post request to docker fails on MacOS when running act | When running act locally (on MacOS) it fails with
`Error: error during connect: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.40/exec/437a957d8d3282446d525413a4d96d853c726094c78147e21e25b7cbcf63412f/start": net/http: HTTP/1.x transport connection broken: unsupported transfer encoding: "identity"`
when running `act` (tri... | https://github.com/nektos/act/issues/356 | https://github.com/nektos/act/pull/1019 | 932ad0ef6a2483b86f331f933b9c9081326ecbac | 7d403b83075932a18007210a62c6d0ce64df11a6 | 2020-09-04T05:50:15Z | go | 2022-03-14T15:21:54Z |
closed | nektos/act | https://github.com/nektos/act | 340 | ["pkg/model/planner.go"] | Empty workflow file causes unintuitive EOF error | Version: `act version 0.2.10`
If you have a workflow file that is empty or completely commented out yaml, act will fail to run, with the error message `Error: EOF`
Reproduce steps:
1. Start with a working repo layout
1. `touch .github/workflows/empty.yaml`
1. Run `act`
```sh
$ act
Error: EOF
... | https://github.com/nektos/act/issues/340 | https://github.com/nektos/act/pull/349 | 3eef111e46f42f43e62b64e6cdfbade4fe0935e2 | b6f1df4d2fe27a417ff4fc7220e063be5a1e7d57 | 2020-08-19T18:03:12Z | go | 2020-08-31T21:50:01Z |
closed | nektos/act | https://github.com/nektos/act | 331 | ["pkg/runner/run_context.go", "pkg/runner/runner_test.go", "pkg/runner/step_context.go"] | MODULE_NOT_FOUND on Windows 10 with Linux Containers | Copied from [here](https://github.com/nektos/act/issues/228#issuecomment-657067980)
I am developing on a Windows environment and building in a Linux container for docker, this is what I receive when running `act`.
act has been installed via Chocolatey, and also directly from the latest release.
>[34m[CI Build ... | https://github.com/nektos/act/issues/331 | https://github.com/nektos/act/pull/386 | 569ebaccae9fb93ae6590c8583df7a586f78155d | 014d71af433cb0024e7a1735a0e55c2fffcef423 | 2020-08-04T13:25:34Z | go | 2020-10-09T05:30:50Z |
closed | nektos/act | https://github.com/nektos/act | 328 | ["go.mod", "go.sum"] | docker cp fails with actions-rs-toolchain | Running act locally on windows 10 fails with MODULE_NOT_FOUND here, setting the path key in the yml didn't seem to affect it.
Running ACT within a WSL2 shell works though.
```
PS C:\Users\tyler\Code\ggpo-rs> act -j check
[CI/Check ubuntu-latest (nightly)-2] 🧪 Matrix: map[os:ubuntu-latest toolchain:nightly]
[... | https://github.com/nektos/act/issues/328 | https://github.com/nektos/act/pull/1925 | 67f4baa618b3371cc0ec0c03b169141c25809c9e | 17bf4fc5afd147ea967445b9d0dc2e684f57377c | 2020-08-02T04:35:58Z | go | 2023-07-24T02:53:35Z |
closed | nektos/act | https://github.com/nektos/act | 325 | ["README.md", "cmd/input.go", "cmd/root.go", "pkg/container/docker_run.go", "pkg/runner/run_context.go", "pkg/runner/runner.go", "pkg/runner/step_context.go"] | `docker cp` step fails with Python venv inside project directory | I'm using [direnv](https://github.com/direnv/direnv) to automatically create a [Python virtual environment](https://github.com/direnv/direnv/wiki/Python#venv-stdlib-module) inside my project directory. Trying to run `act` gives me the following issue:
```
act
[test.yml/lint] 🚀 Start image=node:12.6-stre... | https://github.com/nektos/act/issues/325 | https://github.com/nektos/act/pull/537 | ea7503bc258e11529e6e426bf5c231dfc603aff2 | 7ae9916de0c82101d6e64791251b2a5ea1f39918 | 2020-07-31T11:13:55Z | go | 2021-05-03T14:37:20Z |
closed | nektos/act | https://github.com/nektos/act | 323 | ["go.mod", "go.sum"] | Documentation question: If I want to run a single job, how do I feed in output? | If I wanted to run the following command:
```
act -j log_metadata
```
and the step looks like this:
```
# Print out all outputs
- name: Log Metadata
id: log_metadata
run: |
node .github/actions-files/logger.js '${{ toJson(steps.previous_job.outputs) }}'
```
How do I inje... | https://github.com/nektos/act/issues/323 | https://github.com/nektos/act/pull/1201 | 64387bcf7b92f07b42a4c93f7e4504219af5df2c | 859445fb94e12cc600e5a59d9c9cd687214cb801 | 2020-07-29T22:44:39Z | go | 2022-06-06T02:17:02Z |
closed | nektos/act | https://github.com/nektos/act | 317 | ["README.md", "cmd/input.go", "cmd/root.go"] | Action not being discovered for list | Ex repo: https://github.com/timheuer/issue-notifier
When running `act -l` my action is not being discovered despite it being located in the correct location of `.github\workflows` and a valid action. | https://github.com/nektos/act/issues/317 | https://github.com/nektos/act/pull/486 | 7f6a8082626ee107787cf0269dd5a933dcf98e49 | 9bbf35e88ef6a26f19bd53e29b15b67fe34d135b | 2020-07-24T16:48:08Z | go | 2021-01-18T19:42:55Z |
closed | nektos/act | https://github.com/nektos/act | 312 | ["go.mod", "go.sum"] | Where is the best position to set GOPROXY? | Some times, it needs to setup GOPROXY for go execution env:
`go env -w GOPROXY=URL`
When I `make test`, I set up the current go env proxy, while act will download a docker image and run go inside the container and fail due to no properate proxy.
Where is the best position to set GOPROXY? If I have to do a littl... | https://github.com/nektos/act/issues/312 | https://github.com/nektos/act/pull/2114 | 899a1f206ee6c8636b14a0bc7dc823602365ed9c | 3c405a0d94a7f0c905b51161be0ac695653e48fc | 2020-07-20T01:35:40Z | go | 2023-12-04T02:37:03Z |
closed | nektos/act | https://github.com/nektos/act | 305 | ["go.mod", "go.sum"] | entry point in action.yml should be relative to action.yml not cwd/project-root | First, I want to say this project is amazing. It has sped up my workflow testing/debugging so much! Thank you for this!
Anyways,
I was using this to test a private action that is hosted in a subdirectory of my project. When I came across this bug.
I didn't think anything of it and thought my entry point was just w... | https://github.com/nektos/act/issues/305 | https://github.com/nektos/act/pull/2117 | 2b47c99bb7b5d73c852ca7241cda3e1e70ba3670 | 85c3b3b5419bba9ac6434aefbae1407d34f02654 | 2020-07-11T22:59:59Z | go | 2023-12-11T02:29:35Z |
closed | nektos/act | https://github.com/nektos/act | 297 | ["go.mod", "go.sum"] | Getting "cargo is not installed by default for some virtual environments", while using the correct toolchain action | My workflow is something like this:
```
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all ... | https://github.com/nektos/act/issues/297 | https://github.com/nektos/act/pull/1870 | df44dffd30b6503b91bc63130742c31b1ce7badf | 4fc176f556dcf41e69854570ce65680f127a9357 | 2020-06-29T12:08:01Z | go | 2023-06-19T04:18:27Z |
closed | nektos/act | https://github.com/nektos/act | 294 | ["go.mod", "go.sum"] | variables set using "::set-env" are not available to the steps commands | I am using docker/build-push-action and wanted to set an env var in a Step and use it in the value of an input argument to another step.
```
- name: extract branch name
run: echo "::set-env name=BRANCH_NAME::$(echo ${GITHUB_REF##*/})"
- uses: docker/build-push-action@v1
with:
... | https://github.com/nektos/act/issues/294 | https://github.com/nektos/act/pull/1870 | df44dffd30b6503b91bc63130742c31b1ce7badf | 4fc176f556dcf41e69854570ce65680f127a9357 | 2020-06-25T12:28:59Z | go | 2023-06-19T04:18:27Z |
closed | nektos/act | https://github.com/nektos/act | 289 | ["go.mod", "go.sum"] | OSX: hostedtoolcache missing | Hey there, I am getting the following error on my OSX machine.
```
[CI/Tests] ⭐ Run shivammathur/setup-php@v2
[CI/Tests] ☁ git clone 'https://github.com/shivammathur/setup-php' # ref=v2
[CI/Tests] 🐳 docker cp src=/Users/act/.cache/act/shivammathur-setup-php@v2 dst=/actions/
[CI/Tests] ❗ ::error::ENOEN... | https://github.com/nektos/act/issues/289 | https://github.com/nektos/act/pull/1870 | df44dffd30b6503b91bc63130742c31b1ce7badf | 4fc176f556dcf41e69854570ce65680f127a9357 | 2020-06-22T23:52:56Z | go | 2023-06-19T04:18:27Z |
closed | nektos/act | https://github.com/nektos/act | 285 | ["go.mod", "go.sum"] | actions/cache@v2 error: Cache Service Url not found, unable to restore cache | I am not sure how the cache is meant to work with nektos/act, but when working around bug #257, the cache will always throw a `cache-hit=false` with the following errors:
```
☁ git clone 'https://github.com/actions/cache' # ref=v2
🐳 docker cp src=/home/grische/.cache/act/actions-cache@v2 dst=/actions/
❓ ::save... | https://github.com/nektos/act/issues/285 | https://github.com/nektos/act/pull/2026 | 3d47885894b804abaf5cebde36d9b9f260ae2c50 | 2be4def7be0deda86b7e0a00aa06be5e87ac599c | 2020-06-20T19:52:44Z | go | 2023-09-25T03:24:27Z |
closed | nektos/act | https://github.com/nektos/act | 281 | [".github/workflows/checks.yml"] | BUG - 'fromJson' is not defined ReferenceError | Hi everyone,
First of all, thank you for this project it's useful.
I'm using Lighthouse to test my website and then I comment in a PR the report.
I get the report from the _step output_ but I need to "jsonify" it, by using **fromJson** function.
When I use:
```
${{ fromJson(steps.lighthouseCheck.outputs.lig... | https://github.com/nektos/act/issues/281 | https://github.com/nektos/act/pull/1119 | 4e1cf1d7cc84a6da069401ba1ff08d14cf71044b | 39cc9b0840f07953b44416b62d4817ca375fe932 | 2020-06-17T09:25:50Z | go | 2022-04-11T02:38:04Z |
closed | nektos/act | https://github.com/nektos/act | 270 | [".github/workflows/checks.yml"] | Point the README.md to the actual location for the default docker image? | The README.md currently says that `act` uses `node:12.6-buster-slim` as default image, and links to https://hub.docker.com/_/buildpack-deps to explain what that image consists of. However, nowhere on that page can that image be found. There isn't even any mention of `buster-slim` anywhere... =/ | https://github.com/nektos/act/issues/270 | https://github.com/nektos/act/pull/1857 | e912ab32c246692f29d9ef520e92f23edd073a4a | 3555d65d08bc9c66a6e4541b2064a082af1b6b3e | 2020-06-07T19:48:48Z | go | 2023-06-12T03:33:28Z |
closed | nektos/act | https://github.com/nektos/act | 263 | ["go.mod", "go.sum"] | Inputs in env not parsed | Steps to reproduce:
1. On the empty folder, create new repo: `git init`.
2. Create the following files:
### `action.yml`
```
name: 'Test'
inputs:
MyInput:
description: 'My input'
runs:
using: 'docker'
image: 'Dockerfile'
env:
MYINPUT: ${{ inputs.MyInput }}
```
### `Dockerfile`
``... | https://github.com/nektos/act/issues/263 | https://github.com/nektos/act/pull/1721 | 3ae0a9dfb7d9e4eb2adb3dc4a778290784fc5ce8 | 5a331d2d9935565eabdf5a09226b7ba59a029133 | 2020-05-30T00:18:13Z | go | 2023-04-10T03:33:33Z |
closed | nektos/act | https://github.com/nektos/act | 261 | ["go.mod", "go.sum"] | Running workflows locally on Act behave differently than running on Github | (Thank you for the explanation in https://github.com/nektos/act/issues/197#issuecomment-628223869)
I tested this workflow:
https://github.com/palantirnet/drupal-rector/blob/master/.github/workflows/local_package_functional_tests.yml
And found that when running the workflow in Github, every `run:` section inside ... | https://github.com/nektos/act/issues/261 | https://github.com/nektos/act/pull/2026 | 3d47885894b804abaf5cebde36d9b9f260ae2c50 | 2be4def7be0deda86b7e0a00aa06be5e87ac599c | 2020-05-29T01:25:57Z | go | 2023-09-25T03:24:27Z |
closed | nektos/act | https://github.com/nektos/act | 260 | ["go.mod", "go.sum"] | list flag is pretty but not functional | When I run `act -l`, I get output that looks like:
```
╭───────────────────╮ ╭──────────╮ ╭──────────────────────────╮ ╭────────╮ ╭───────────────────────────╮ ╭─────────────────────────────╮ ╭────────────╮ ╭───────────────╮ ╭────────────────────────────╮ ╭──────────────────╮ ╭──────────────────────────────╮ ╭──────... | https://github.com/nektos/act/issues/260 | https://github.com/nektos/act/pull/1574 | 75d19d0ff58e54cafa924b9bf72a89176a602f2b | 1b7212f5fd1e85d97a7119ab098941bd4cf5255b | 2020-05-28T14:58:47Z | go | 2023-01-23T03:11:28Z |
closed | nektos/act | https://github.com/nektos/act | 253 | ["go.mod", "go.sum"] | Consider publishing act to winget packages repository | It would be nice to have act installed by just running `winget install act`. | https://github.com/nektos/act/issues/253 | https://github.com/nektos/act/pull/1892 | ef79bb284df1ab1f9d75633cec9f8cb83d1217d4 | 70956f2929eddc7a65ffc16ac335db9472924d66 | 2020-05-21T22:36:00Z | go | 2023-07-10T23:22:50Z |
closed | nektos/act | https://github.com/nektos/act | 249 | ["go.mod", "go.sum"] | Stuck on run. When trying to force pull or not |
act -pull
10 hours later ...

act
20 hours later ...

Mac Catalina. What c... | https://github.com/nektos/act/issues/249 | https://github.com/nektos/act/pull/2026 | 3d47885894b804abaf5cebde36d9b9f260ae2c50 | 2be4def7be0deda86b7e0a00aa06be5e87ac599c | 2020-05-18T19:29:30Z | go | 2023-09-25T03:24:27Z |
closed | nektos/act | https://github.com/nektos/act | 235 | ["go.mod", "go.sum"] | Feature Request: GPG-signing of test results | **User story**
As a developer, I'd like to make frequent commits, and would like to run my tests via `act` so that I can receive test feedback before GitHub actions run after a push.
Additionally, as a considerate user of costly infrastructure, I would prefer to minimize the amount of compute resources used by GitH... | https://github.com/nektos/act/issues/235 | https://github.com/nektos/act/pull/1427 | 9b95a728d84920a75d22c0dc6088391fbbc4002a | 8036f49fb220bb2315ecba9707242cc0a8533aba | 2020-05-13T23:11:21Z | go | 2022-11-07T02:13:11Z |
closed | nektos/act | https://github.com/nektos/act | 234 | ["go.mod", "go.sum"] | Support v1 being a branch | Just like GitHub Actions supports using `my/action@branch`.
Same as https://github.com/nektos/act/issues/101#issuecomment-628281226 but a new issue as that one was closed. | https://github.com/nektos/act/issues/234 | https://github.com/nektos/act/pull/1427 | 9b95a728d84920a75d22c0dc6088391fbbc4002a | 8036f49fb220bb2315ecba9707242cc0a8533aba | 2020-05-13T22:45:10Z | go | 2022-11-07T02:13:11Z |
closed | nektos/act | https://github.com/nektos/act | 232 | ["go.mod", "go.sum"] | Nil pointer crash with --dry-run | # Description
`act` crashes on a nill pointer when running `act --dry-run` on Windows 10. The workflows being run are [here](https://github.com/Kixiron/crunch-lang/tree/dffc12c2a1899e9b4653ac2e45abdeaa256dbe47/.github/workflows)
# Versions
```
❯ act --version
act version 0.2.7
❯ $PSVersionTable.PSVersion
... | https://github.com/nektos/act/issues/232 | https://github.com/nektos/act/pull/1380 | 9f9f644d36dc8a7ba73701bdd18cf0d23eaa736b | c4be1cfd6d8ab6664c3a3ffd7c4e5e253fa0b77f | 2020-05-11T16:30:23Z | go | 2022-10-10T02:28:25Z |
closed | nektos/act | https://github.com/nektos/act | 224 | ["go.mod", "go.sum"] | Support interpolation and ENV lookup in If: conditionals | I found my self wanting to use ENVs in if conditionals in my build and deployment workflows.
But act doesn't have the ENV map available in RunContext when `EvalBool` evaluates the conditional. | https://github.com/nektos/act/issues/224 | https://github.com/nektos/act/pull/1379 | c4be1cfd6d8ab6664c3a3ffd7c4e5e253fa0b77f | c7ccb0dde9ab6332af7940e6f61e3ab73685fd07 | 2020-05-04T13:14:45Z | go | 2022-10-10T02:37:39Z |
closed | nektos/act | https://github.com/nektos/act | 219 | ["go.mod", "go.sum"] | Job is not ran using runner user | When running job locally, the action is run using `root`, on GitHub workflow, it's `runner` user:
> `uid=1001(runner) gid=116(docker) groups=116(docker)`
This difference can affect the job results. | https://github.com/nektos/act/issues/219 | https://github.com/nektos/act/pull/1371 | d587ce08e9b04738fd1d3a2433e1f8b4d44c4aed | bec45d0dc46e2ccae81c521f3db313b04b0c0831 | 2020-05-02T18:34:09Z | go | 2022-10-03T02:41:15Z |
closed | nektos/act | https://github.com/nektos/act | 216 | ["go.mod", "go.sum"] | Question: Is it possible to not use a local push.json file? | Is there a command parameter that can be used instead of creating and managing a GitHub Events file. In my case `push.json`?
The problem Is that we're not comfortably hosting that file in our repository since it points to local user branches and that will frequently be changing.
The preferred solution would be t... | https://github.com/nektos/act/issues/216 | https://github.com/nektos/act/pull/1360 | 9a494cac1ed5f22539d727f6958f4d24df7104b8 | 3fccb5ae3467fbd013ca72ed08732d2916beb1c2 | 2020-04-29T22:59:28Z | go | 2022-09-26T02:28:23Z |
closed | nektos/act | https://github.com/nektos/act | 214 | ["go.mod", "go.sum"] | Shell settings not used? | Hi,
first of all thanks for providing such an awesome library!
I am using a container to run all steps of a job, which doesn't offer a bash environment:
My workflow file looks something like this:
```
on:
push:
branches: [ master ]
jobs:
test:
name: Test and build latex documents
run... | https://github.com/nektos/act/issues/214 | https://github.com/nektos/act/pull/1380 | 9f9f644d36dc8a7ba73701bdd18cf0d23eaa736b | c4be1cfd6d8ab6664c3a3ffd7c4e5e253fa0b77f | 2020-04-28T17:24:17Z | go | 2022-10-10T02:28:25Z |
closed | nektos/act | https://github.com/nektos/act | 209 | ["pkg/container/docker_run.go"] | Doesn't copy symlinks | We're using symlinks in our git repo to keep our terraform code DRY. Doesn't really matter to act, but generally, if GIT supports symlinks, so should act
```
[Apply Terraform/apply terraform] Unable to copy link providers.tf --> ../_universal/providers.tf
[Apply Terraform/apply terraform] Unable to copy link unive... | https://github.com/nektos/act/issues/209 | https://github.com/nektos/act/pull/381 | 729adec5e52eb8bf83fb3ea1cc0d1b510350e09e | 3d9b82515c534467144b0fc44296d0233c2bc2b7 | 2020-04-26T15:05:25Z | go | 2020-10-06T17:02:37Z |
closed | nektos/act | https://github.com/nektos/act | 205 | ["go.mod", "go.sum"] | brew install fails on OSX Catalina: undefined method `path' for nil:NilClass | Hi, I am trying to install act and I get this error on Catalina 10.15.3. Thanks
```sh
$ brew install nektos/tap/act
==> Tapping nektos/tap
Cloning into '/usr/local/Homebrew/Library/Taps/nektos/homebrew-tap'...
remote: Enumerating objects: 32, done.
remote: Counting objects: 100% (32/32), done.
remote: Compre... | https://github.com/nektos/act/issues/205 | https://github.com/nektos/act/pull/1614 | e775fea2655d9e3342bd06c2743cb4bab791e2ab | 281a52f0d6ed70bd31feaedcbbb46e941cc8bdcc | 2020-04-23T04:34:53Z | go | 2023-02-06T02:36:56Z |
closed | nektos/act | https://github.com/nektos/act | 202 | ["go.mod", "go.sum"] | Error setting up 3rd party Module/Action | Act version: 0.2.7
Platform: Windows 10 Pro
The complete main.workflow file used:
```yaml
name: Python package
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
env:
CONDA_ENV_NAME: test-env
runs-on: ubuntu-latest
strategy:
matrix:
... | https://github.com/nektos/act/issues/202 | https://github.com/nektos/act/pull/1614 | e775fea2655d9e3342bd06c2743cb4bab791e2ab | 281a52f0d6ed70bd31feaedcbbb46e941cc8bdcc | 2020-04-19T05:29:35Z | go | 2023-02-06T02:36:56Z |
closed | nektos/act | https://github.com/nektos/act | 199 | ["go.mod", "go.sum"] | Provide more specific error message when Docker is not running | Just installed `act` and tried it out.
Got this error `Error: unable to determine if image already exists for image "node:12.6-buster-slim"`
Turns out Docker wasn't running. Perhaps we check if Docker is running and display a more specific error message.
| https://github.com/nektos/act/issues/199 | https://github.com/nektos/act/pull/1614 | e775fea2655d9e3342bd06c2743cb4bab791e2ab | 281a52f0d6ed70bd31feaedcbbb46e941cc8bdcc | 2020-04-17T18:33:17Z | go | 2023-02-06T02:36:56Z |
closed | nektos/act | https://github.com/nektos/act | 197 | ["go.mod", "go.sum"] | Cannot run act on scripts that are using shivammathur/setup-php | I am trying to run composer commands, and using `shivammathur/setup-php@2.1.4` to prepare the test.
Here's the script I use in `.github/workflows`
```yml
name: PHP Composer
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
... | https://github.com/nektos/act/issues/197 | https://github.com/nektos/act/pull/1614 | e775fea2655d9e3342bd06c2743cb4bab791e2ab | 281a52f0d6ed70bd31feaedcbbb46e941cc8bdcc | 2020-04-17T03:59:07Z | go | 2023-02-06T02:36:56Z |
closed | nektos/act | https://github.com/nektos/act | 193 | ["go.mod", "go.sum"] | .gitignore should be ignored for actions | I'm trying to use the [get-cmake](https://github.com/lukka/get-cmake) action to download cmake. Strangely it has `dist` listed in its .gitignore so `dist` doesn't get copied into the docker container and the action fails. | https://github.com/nektos/act/issues/193 | https://github.com/nektos/act/pull/1311 | 12029e3df5841538a806293881f836f88ec07a2c | cf9d82f69daab9dc907b893a38307a17f444c529 | 2020-04-14T10:53:01Z | go | 2022-08-22T02:17:13Z |
closed | nektos/act | https://github.com/nektos/act | 182 | ["go.mod", "go.sum"] | Missing symlinks inside docker | Currently uses command:
docker cp src=src dst=dst
This should include -L flag to make sure symlinks are copied into docker container:
https://docs.docker.com/engine/reference/commandline/cp/ | https://github.com/nektos/act/issues/182 | https://github.com/nektos/act/pull/1311 | 12029e3df5841538a806293881f836f88ec07a2c | cf9d82f69daab9dc907b893a38307a17f444c529 | 2020-04-01T21:07:32Z | go | 2022-08-22T02:17:13Z |
closed | nektos/act | https://github.com/nektos/act | 181 | ["go.mod", "go.sum"] | Error parsing hyphenated variables | I have a variable in my matrix called `cxx-version`, which is parsed as `version` in expressions. This results in the following error:
> time="2020-04-01T13:15:28+02:00" level=error msg="Unable to interpolate string 'cmake -DCMAKE_BUILD_TYPE=${{ matrix.config }} -DLINGO_TEST_CXX_VERSION=${{ matrix.cxx-version }} -DL... | https://github.com/nektos/act/issues/181 | https://github.com/nektos/act/pull/1311 | 12029e3df5841538a806293881f836f88ec07a2c | cf9d82f69daab9dc907b893a38307a17f444c529 | 2020-04-01T11:21:26Z | go | 2022-08-22T02:17:13Z |
closed | nektos/act | https://github.com/nektos/act | 179 | ["go.mod", "go.sum"] | how to trigger a tag event locally | act version 0.2.7
workflow:
```yml
name: postgres action
on:
push:
branches:
- master
tags:
- v*
jobs:
build-and-push:
runs-on: ubuntu-16.04
timeout-minutes: 3
steps:
- name: Checkout
uses: actions/checkout@v2
- name: build and push image
... | https://github.com/nektos/act/issues/179 | https://github.com/nektos/act/pull/1352 | 3a0fe6967fd8ecd3cb86550d0225d55a0bb37ac9 | 053bff19a710669308da5e356ab028bab2a70b5d | 2020-04-01T04:18:00Z | go | 2022-09-19T02:17:42Z |
closed | nektos/act | https://github.com/nektos/act | 177 | ["go.mod", "go.sum"] | reference not found | ```
steps:
- uses: actions/checkout@v2
- uses: bahmutov/npm-install@v1
```
```
[Node CI/build] ⭐ Run bahmutov/npm-install@v1
[Node CI/build] ☁ git clone 'https://github.com/bahmutov/npm-install' # ref=v1
[Node CI/build] Unable to resolve v1: reference not found
[Node CI/build] ❌ Failur... | https://github.com/nektos/act/issues/177 | https://github.com/nektos/act/pull/1614 | e775fea2655d9e3342bd06c2743cb4bab791e2ab | 281a52f0d6ed70bd31feaedcbbb46e941cc8bdcc | 2020-04-01T02:08:21Z | go | 2023-02-06T02:36:56Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.