[PR #222] [MERGED] Normalise Runs.Using to lowercase #1386

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/222
Author: @mheap
Created: 5/3/2020
Status: Merged
Merged: 5/4/2020
Merged by: @cplee

Base: masterHead: runs-using-lowercase


📝 Commits (2)

  • edac366 Normalise Runs.Using to lowercase
  • 71676ba Merge branch 'master' into runs-using-lowercase

📊 Changes

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

View changed files

📝 pkg/model/action.go (+5 -0)

📄 Description

Currently, providing using: Docker is an error as the switch statement in step_context.go is case sensitive.

Actions run successfully on GitHub with using: Docker leading me to believe that they're case insensitive. This commit updates act to match


🔄 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/222 **Author:** [@mheap](https://github.com/mheap) **Created:** 5/3/2020 **Status:** ✅ Merged **Merged:** 5/4/2020 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `runs-using-lowercase` --- ### 📝 Commits (2) - [`edac366`](https://github.com/nektos/act/commit/edac36637368c706844255e16e2b47fd523e2c4a) Normalise Runs.Using to lowercase - [`71676ba`](https://github.com/nektos/act/commit/71676ba8ae52ad99064fc10e42a188ae86553592) Merge branch 'master' into runs-using-lowercase ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pkg/model/action.go` (+5 -0) </details> ### 📄 Description Currently, providing `using: Docker` is an error as the switch statement in `step_context.go` is case sensitive. Actions run successfully on GitHub with `using: Docker` leading me to believe that they're case insensitive. This commit updates `act` to match --- <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:57 +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#1386
No description provided.