[PR #1630] [MERGED] chore: use new form of octal #2042

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

📋 Pull Request Information

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

Base: masterHead: bugfix/new_octal


📝 Commits (2)

  • 7664125 chore: use new style octal
  • 0c066c7 Merge branch 'master' into bugfix/new_octal

📊 Changes

12 files changed (+35 additions, -30 deletions)

View changed files

📝 cmd/notices.go (+2 -2)
📝 pkg/artifacts/server.go (+3 -2)
📝 pkg/common/git/git.go (+3 -3)
📝 pkg/common/git/git_test.go (+1 -1)
📝 pkg/container/file_collector.go (+1 -1)
📝 pkg/container/file_collector_test.go (+1 -1)
📝 pkg/container/host_environment.go (+4 -4)
📝 pkg/runner/action.go (+3 -1)
📝 pkg/runner/run_context.go (+7 -7)
📝 pkg/runner/step.go (+4 -4)
📝 pkg/runner/step_run.go (+2 -1)
📝 pkg/runner/step_run_test.go (+4 -3)

📄 Description

Go 1.13 added the 0o form for octal numbers, like 0o644, it's more readable than 0644.


Just a suggestion, please feel free to close this PR if you think it's unnecessary.


🔄 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/1630 **Author:** [@wolfogre](https://github.com/wolfogre) **Created:** 2/15/2023 **Status:** ✅ Merged **Merged:** 2/16/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `bugfix/new_octal` --- ### 📝 Commits (2) - [`7664125`](https://github.com/nektos/act/commit/76641250afdd13f2aa4dd707a2f0cebeecf40f92) chore: use new style octal - [`0c066c7`](https://github.com/nektos/act/commit/0c066c720d6cd7deb431845deba00b1b089e5eac) Merge branch 'master' into bugfix/new_octal ### 📊 Changes **12 files changed** (+35 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `cmd/notices.go` (+2 -2) 📝 `pkg/artifacts/server.go` (+3 -2) 📝 `pkg/common/git/git.go` (+3 -3) 📝 `pkg/common/git/git_test.go` (+1 -1) 📝 `pkg/container/file_collector.go` (+1 -1) 📝 `pkg/container/file_collector_test.go` (+1 -1) 📝 `pkg/container/host_environment.go` (+4 -4) 📝 `pkg/runner/action.go` (+3 -1) 📝 `pkg/runner/run_context.go` (+7 -7) 📝 `pkg/runner/step.go` (+4 -4) 📝 `pkg/runner/step_run.go` (+2 -1) 📝 `pkg/runner/step_run_test.go` (+4 -3) </details> ### 📄 Description Go 1.13 added the `0o` form for octal numbers, like `0o644`, it's more readable than `0644`. --- Just a suggestion, please feel free to close this PR if you think it's unnecessary. --- <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:45 +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#2042
No description provided.