Skip to content

Commit

Permalink
script
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed Jan 9, 2025
1 parent e02dfd6 commit 2ef241a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/update_workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ do
echo $latest_template_path
version_reference=$(
echo $latest_template_path
return
cd "$latest_template_path" || exit 9
# add a reference to this repository which holds the workflow
Expand All @@ -271,6 +272,7 @@ do
)

# parse the values from the subshell

Check warning on line 274 in .github/update_workflows.sh

View workflow job for this annotation

GitHub Actions / default / cspell

Unknown word (subshell)
echo $version_reference
commit_sha=$(echo "$version_reference" | cut -d' ' -f1)
tag=$(echo "$version_reference" | cut -d' ' -f2)

Expand Down

0 comments on commit 2ef241a

Please sign in to comment.