[PR #98] [MERGED] Iss 86 #1352

Closed
opened 2026-03-01 21:50:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/98
Author: @cplee
Created: 2/25/2020
Status: Merged
Merged: 2/25/2020
Merged by: @cplee

Base: masterHead: ISS-86


📝 Commits (10+)

📊 Changes

33 files changed (+1087 additions, -708 deletions)

View changed files

.github/workflows/check/Dockerfile (+0 -9)
.github/workflows/check/action.yml (+0 -8)
.github/workflows/check/entrypoint.sh (+0 -4)
.github/workflows/integration/Dockerfile (+0 -7)
.github/workflows/integration/action.yml (+0 -8)
.github/workflows/integration/entrypoint.sh (+0 -3)
📝 .github/workflows/push.yml (+34 -3)
.github/workflows/tag.yml (+0 -20)
📝 Makefile (+15 -24)
📝 README.md (+3 -3)
📝 cmd/input.go (+1 -0)
📝 cmd/platforms.go (+3 -3)
📝 cmd/root.go (+2 -0)
📝 go.sum (+1 -0)
📝 pkg/common/executor.go (+9 -0)
📝 pkg/common/git.go (+1 -1)
📝 pkg/common/line_writer.go (+5 -2)
📝 pkg/common/line_writer_test.go (+2 -1)
📝 pkg/container/docker_pull.go (+1 -1)
📝 pkg/container/docker_run.go (+285 -40)

...and 13 more files

📄 Description

  • fix #96 - make build works
  • fix #86 - job container/volume
  • fix #70 - use :delegated
  • fix #21 - option to control if workdir is bind

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/98 **Author:** [@cplee](https://github.com/cplee) **Created:** 2/25/2020 **Status:** ✅ Merged **Merged:** 2/25/2020 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `ISS-86` --- ### 📝 Commits (10+) - [`418b0db`](https://github.com/nektos/act/commit/418b0db047fd23799bf1bd04c8dd68fd079c5d2a) reuse containers to fix #86 - [`2cb276c`](https://github.com/nektos/act/commit/2cb276ca0517bd97675d893338c4bb3448b2a84d) unchecked error - [`9179d89`](https://github.com/nektos/act/commit/9179d8924dce148c0844881646ab992533a49084) updates for tests - [`0187643`](https://github.com/nektos/act/commit/01876438c2f2c5493375019b7b033b8a67876a43) shared container for job - [`ac1bd08`](https://github.com/nektos/act/commit/ac1bd0893eb18724138c0d97b41327ce1ce6ba1c) shared container for job - [`94591c5`](https://github.com/nektos/act/commit/94591c58d7d233f6ab0494b1aabc4990d7e69925) local actions done - [`88041af`](https://github.com/nektos/act/commit/88041afb87a9dce13624d4d03b6a0641611d7a38) cache dir for remote actions - [`6c63294`](https://github.com/nektos/act/commit/6c632946beff4facd3c50a7a09a718d063ddf369) unit tests pass - [`037e08a`](https://github.com/nektos/act/commit/037e08a3a77eb3d89d765213617e97e9691d83e3) integration test - [`3a65967`](https://github.com/nektos/act/commit/3a65967b95a0de8188e00fc0f28253b6e0bdca67) ci cleanup ### 📊 Changes **33 files changed** (+1087 additions, -708 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/check/Dockerfile` (+0 -9) ➖ `.github/workflows/check/action.yml` (+0 -8) ➖ `.github/workflows/check/entrypoint.sh` (+0 -4) ➖ `.github/workflows/integration/Dockerfile` (+0 -7) ➖ `.github/workflows/integration/action.yml` (+0 -8) ➖ `.github/workflows/integration/entrypoint.sh` (+0 -3) 📝 `.github/workflows/push.yml` (+34 -3) ➖ `.github/workflows/tag.yml` (+0 -20) 📝 `Makefile` (+15 -24) 📝 `README.md` (+3 -3) 📝 `cmd/input.go` (+1 -0) 📝 `cmd/platforms.go` (+3 -3) 📝 `cmd/root.go` (+2 -0) 📝 `go.sum` (+1 -0) 📝 `pkg/common/executor.go` (+9 -0) 📝 `pkg/common/git.go` (+1 -1) 📝 `pkg/common/line_writer.go` (+5 -2) 📝 `pkg/common/line_writer_test.go` (+2 -1) 📝 `pkg/container/docker_pull.go` (+1 -1) 📝 `pkg/container/docker_run.go` (+285 -40) _...and 13 more files_ </details> ### 📄 Description * fix #96 - `make build` works * fix #86 - job container/volume * fix #70 - use `:delegated` * fix #21 - option to control if workdir is bind --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:50:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1352
No description provided.