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 ef85261 commit 1b217ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/update_workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,14 @@ mkdir -p "$.github/workflows/scripts"
cp "$latest_template_path/.github/workflows/default"_* .github/workflows/

cp "$latest_template_path/.github/workflows/scripts/"* .github/workflows/scripts/
git update-index --chmod=+x .github/workflows/scripts/*.sh
# git update-index --chmod=+x .github/workflows/scripts/*.sh

cp "$latest_template_path/.github/.pre-commit-config.yaml" .github/
cp "$latest_template_path/.github/pull_request_template.md" .github/
cp "$latest_template_path/.github/renovate.json5" .github/

cp "$latest_template_path/.github/update_workflows.sh" .github/
git update-index --chmod=+x .github/update_workflows.sh
# git update-index --chmod=+x .github/update_workflows.sh
ensure_running_on_the_newest_copy_or_restart

mkdir -p .config
Expand Down

0 comments on commit 1b217ec

Please sign in to comment.