[PR #68] [MERGED] feat: support branches as GITHUB_REF #1344

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/68
Author: @caarlos0
Created: 5/23/2019
Status: Merged
Merged: 5/23/2019
Merged by: @cplee

Base: masterHead: master


📝 Commits (5)

  • 03d57a8 feat: support branches as GITHUB_REF
  • 8d181a6 fix: added tests and improved code
  • 01f7ff3 fix: using filepath instead of path
  • 9fd6310 fix: clean code
  • 54ade14 Merge branch 'master' into master

📊 Changes

5 files changed (+149 additions, -61 deletions)

View changed files

📝 actions/runner_exec.go (+1 -1)
📝 actions/runner_test.go (+17 -14)
📝 actions/testdata/env.workflow (+11 -3)
📝 common/git.go (+38 -43)
📝 common/git_test.go (+82 -0)

📄 Description

closes #67


If you think this is a good addition, I'll work into fixing/adding tests and making the code cleaner :) done.

tested it locally, it works!


🔄 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/68 **Author:** [@caarlos0](https://github.com/caarlos0) **Created:** 5/23/2019 **Status:** ✅ Merged **Merged:** 5/23/2019 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`03d57a8`](https://github.com/nektos/act/commit/03d57a80c9efe130fc0dde98ab7895ac312945c5) feat: support branches as GITHUB_REF - [`8d181a6`](https://github.com/nektos/act/commit/8d181a6a1ea1eca1076ae9d47c3fded31a6099d2) fix: added tests and improved code - [`01f7ff3`](https://github.com/nektos/act/commit/01f7ff315c1b3eaa5e3a4eee06bd6d88ebf60ce4) fix: using filepath instead of path - [`9fd6310`](https://github.com/nektos/act/commit/9fd63103632d5288cc7fa6c6f7e175e2ca17ad2f) fix: clean code - [`54ade14`](https://github.com/nektos/act/commit/54ade14d184ea9239d4c50716258990186bdd40d) Merge branch 'master' into master ### 📊 Changes **5 files changed** (+149 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `actions/runner_exec.go` (+1 -1) 📝 `actions/runner_test.go` (+17 -14) 📝 `actions/testdata/env.workflow` (+11 -3) 📝 `common/git.go` (+38 -43) 📝 `common/git_test.go` (+82 -0) </details> ### 📄 Description closes #67 --- ~~If you think this is a good addition, I'll work into fixing/adding tests and making the code cleaner :)~~ done. tested it locally, it works! --- <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:47 +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#1344
No description provided.