[PR #1651] [MERGED] fix: make sure using a safe name to store actions on unix-like and windows #2055

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1651
Author: @wolfogre
Created: 2/27/2023
Status: Merged
Merged: 3/3/2023
Merged by: @mergify[bot]

Base: masterHead: bugfix/safe_filename


📝 Commits (2)

  • 264230b fix: safe file name
  • 008e834 Merge branch 'master' into bugfix/safe_filename

📊 Changes

4 files changed (+47 additions, -13 deletions)

View changed files

📝 pkg/runner/action.go (+2 -2)
📝 pkg/runner/reusable_workflow.go (+1 -2)
📝 pkg/runner/step_action_remote.go (+19 -5)
📝 pkg/runner/step_action_remote_test.go (+25 -4)

📄 Description

See https://stackoverflow.com/questions/1976007/what-characters-are-forbidden-in-windows-and-linux-directory-names

From https://gitea.com/gitea/act/issues/15#issuecomment-731993


🔄 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/1651 **Author:** [@wolfogre](https://github.com/wolfogre) **Created:** 2/27/2023 **Status:** ✅ Merged **Merged:** 3/3/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `bugfix/safe_filename` --- ### 📝 Commits (2) - [`264230b`](https://github.com/nektos/act/commit/264230b486e37d9c55e6e113d8474a41f97ff077) fix: safe file name - [`008e834`](https://github.com/nektos/act/commit/008e8342e3c428052a9f9e2ee34b4d724b8724f4) Merge branch 'master' into bugfix/safe_filename ### 📊 Changes **4 files changed** (+47 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `pkg/runner/action.go` (+2 -2) 📝 `pkg/runner/reusable_workflow.go` (+1 -2) 📝 `pkg/runner/step_action_remote.go` (+19 -5) 📝 `pkg/runner/step_action_remote_test.go` (+25 -4) </details> ### 📄 Description See https://stackoverflow.com/questions/1976007/what-characters-are-forbidden-in-windows-and-linux-directory-names From https://gitea.com/gitea/act/issues/15#issuecomment-731993 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:53: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#2055
No description provided.