[PR #2753] [MERGED] fix: add missing punctuation to error report (#2752) #2585

Closed
opened 2026-03-01 22:37:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2753
Author: @jsoref
Created: 5/13/2025
Status: Merged
Merged: 5/23/2025
Merged by: @mergify[bot]

Base: masterHead: issue-2752


📝 Commits (2)

  • 509d13b fix: add missing punctuation to error report (#2752)
  • 3cae4b9 Merge branch 'master' into issue-2752

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 pkg/runner/action.go (+1 -1)

📄 Description

before

[Check Spelling/Check Spelling] failed to read 'action.yml' from action 'checkout' with path '' of step file does not exist
failed to read 'action.yaml' from action 'checkout' with path '' of step file does not exist
failed to read 'Dockerfile' from action 'checkout' with path '' of step file does not exist

after

[Check Spelling/Check Spelling] failed to read 'action.yml' from action 'checkout' with path '' of step: file does not exist
failed to read 'action.yaml' from action 'checkout' with path '' of step: file does not exist
failed to read 'Dockerfile' from action 'checkout' with path '' of step: file does not exist

🔄 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/2753 **Author:** [@jsoref](https://github.com/jsoref) **Created:** 5/13/2025 **Status:** ✅ Merged **Merged:** 5/23/2025 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `issue-2752` --- ### 📝 Commits (2) - [`509d13b`](https://github.com/nektos/act/commit/509d13ba99947598aec3820b7ab02a1c96d9c777) fix: add missing punctuation to error report (#2752) - [`3cae4b9`](https://github.com/nektos/act/commit/3cae4b97785f41be9bf9914039e6569c08baa4c9) Merge branch 'master' into issue-2752 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pkg/runner/action.go` (+1 -1) </details> ### 📄 Description - fixes #2752 ### before ``` [Check Spelling/Check Spelling] failed to read 'action.yml' from action 'checkout' with path '' of step file does not exist failed to read 'action.yaml' from action 'checkout' with path '' of step file does not exist failed to read 'Dockerfile' from action 'checkout' with path '' of step file does not exist ``` ### after ``` [Check Spelling/Check Spelling] failed to read 'action.yml' from action 'checkout' with path '' of step: file does not exist failed to read 'action.yaml' from action 'checkout' with path '' of step: file does not exist failed to read 'Dockerfile' from action 'checkout' with path '' of step: file does not exist ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 22:37:19 +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#2585
No description provided.