[PR #1192] [CLOSED] Rough handling for local checkouts in composite actions #1828

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1192
Author: @jsoref
Created: 5/31/2022
Status: Closed

Base: masterHead: issue-1112


📝 Commits (1)

  • f5ac089 Rough handling for local checkouts in composite actions

📊 Changes

2 files changed (+8 additions, -0 deletions)

View changed files

📝 pkg/model/github_context.go (+1 -0)
📝 pkg/runner/run_context.go (+7 -0)

📄 Description

This seems to work for me for #1112

Tested with:

git clone git@github.com:check-spelling/lunr.js.git
git checkout spell-check
 ~/code/nektos/act/dist/local/act -W .github/workflows/spelling.yml --container-architecture linux/arm64 -s GITHUB_TOKEN=$GITHUB_TOKEN

🔄 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/1192 **Author:** [@jsoref](https://github.com/jsoref) **Created:** 5/31/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `issue-1112` --- ### 📝 Commits (1) - [`f5ac089`](https://github.com/nektos/act/commit/f5ac089b8e476bd7e4db67b61f202e4e9a17dfc9) Rough handling for local checkouts in composite actions ### 📊 Changes **2 files changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pkg/model/github_context.go` (+1 -0) 📝 `pkg/runner/run_context.go` (+7 -0) </details> ### 📄 Description This seems to work for me for #1112 Tested with: ```sh git clone git@github.com:check-spelling/lunr.js.git git checkout spell-check ~/code/nektos/act/dist/local/act -W .github/workflows/spelling.yml --container-architecture linux/arm64 -s GITHUB_TOKEN=$GITHUB_TOKEN ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:52:51 +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#1828
No description provided.