mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[PR #1630] [MERGED] chore: use new form of octal #2042
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#2042
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:bugfix/new_octal📝 Commits (2)
7664125chore: use new style octal0c066c7Merge 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
0oform for octal numbers, like0o644, it's more readable than0644.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.