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 779f1a8 commit ef85261
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/update_workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,10 @@ ensure_repo_preconditions_or_exit

echo "Fetching the latest version of the workflows"
latest_template_path=$(mktemp -d -t repository-template-XXXXX)
gh repo clone https://github.com/Hapag-Lloyd/Workflow-Templates.git --branch kayma/update-workflows "$latest_template_path"
gh repo clone https://github.com/Hapag-Lloyd/Workflow-Templates.git "$latest_template_path"

(cd "$latest_template_path" && git checkout kayma/update-workflows)


echo "Updating the workflows in current project"

Expand Down

0 comments on commit ef85261

Please sign in to comment.