Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Commit 54f645b

Browse files
lvan100lianghuan
authored andcommitted
chore(ci): GOEXPERIMENT=jsonv2
1 parent a20efbc commit 54f645b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/update-workflow-versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ extract_actions() {
112112
get_all_actions() {
113113
local workflow_dir=".github/workflows"
114114
local all_actions=""
115-
115+
116116
for file in "$workflow_dir"/*.yml "$workflow_dir"/*.yaml; do
117117
if [[ -f "$file" ]]; then
118118
local file_actions
@@ -131,7 +131,7 @@ list_actions() {
131131
log_info "Finding GitHub Actions..."
132132
local actions_found
133133
actions_found=$(get_all_actions)
134-
134+
135135
if [[ -z "$actions_found" ]]; then
136136
log_warning "No GitHub Actions found"
137137
return

0 commit comments

Comments
 (0)