[PR #700] [MERGED] Switch to interface{} instead of map[string]... #1569

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/700
Author: @catthehacker
Created: 5/23/2021
Status: Merged
Merged: 6/6/2021
Merged by: @mergify[bot]

Base: masterHead: cat/fix/matrix


📝 Commits (4)

  • b21773e fix: change env to be an interface
  • 62c23ea fix: change matrix to an interface instead of map
  • 93879b7 Merge branch 'master' into cat/fix/matrix
  • 3dab0bf Merge branch 'master' into cat/fix/matrix

📊 Changes

3 files changed (+76 additions, -20 deletions)

View changed files

📝 pkg/model/workflow.go (+71 -17)
📝 pkg/runner/run_context.go (+1 -1)
📝 pkg/runner/step_context.go (+4 -2)

📄 Description

Fixes issue with env: keys not being able to accept GitHub functions like fromJSON()
Fixes issue with matrixes not being able to be built with GitHub functions like fromJSON()

Fixed issues:
fixes #284
fixes #540
fixes #450
fixes #330


🔄 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/700 **Author:** [@catthehacker](https://github.com/catthehacker) **Created:** 5/23/2021 **Status:** ✅ Merged **Merged:** 6/6/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `cat/fix/matrix` --- ### 📝 Commits (4) - [`b21773e`](https://github.com/nektos/act/commit/b21773eed0e479d3c9aefb1dd6e03eafb69509d0) fix: change `env` to be an interface - [`62c23ea`](https://github.com/nektos/act/commit/62c23eabf5ac468803341daec4e0c2bdef374487) fix: change matrix to an interface instead of map - [`93879b7`](https://github.com/nektos/act/commit/93879b797555367690f87b5168febaa0982f7e8c) Merge branch 'master' into cat/fix/matrix - [`3dab0bf`](https://github.com/nektos/act/commit/3dab0bf140f810949354c82ffc26c23ed1535644) Merge branch 'master' into cat/fix/matrix ### 📊 Changes **3 files changed** (+76 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `pkg/model/workflow.go` (+71 -17) 📝 `pkg/runner/run_context.go` (+1 -1) 📝 `pkg/runner/step_context.go` (+4 -2) </details> ### 📄 Description Fixes issue with `env:` keys not being able to accept GitHub functions like `fromJSON()` Fixes issue with matrixes not being able to be built with GitHub functions like `fromJSON()` Fixed issues: fixes #284 fixes #540 fixes #450 fixes #330 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:51:44 +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#1569
No description provided.