Skip to content

Commit

Permalink
Update repo_url to avoid a space into it
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 8, 2024
1 parent df16fea commit d5af2db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ env:
branch_name: ${{ github.head_ref }}
script_path: ${{ github.workspace }}/../macos-ci-setup
ci_script_path: ${{ github.workspace }}/.github/workflows/scripts
repo_url:
https://${{ secrets.MACOS_CI_SETUP_TOKEN }}\
@github.com/${{ github.repository }}.git
repo_url: >
"https://${{ secrets.MACOS_CI_SETUP_TOKEN }}@github.com/
${{ github.repository }}.git"
jobs:
install-tools:
runs-on:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/scripts/install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ branch_name="$3"
repo_url="$4"
script_path="$5"

echo "=========> Debugging variables <========"
echo "script_path: $script_path"
echo "vm_name: $vm_name"
echo "vm_image: $vm_image"
echo "branch_name: $branch_name"
echo "repo_url: $repo_url"

"$script_path/brew-fetch.sh" "$vm_name" "swiftlint shellcheck markdownlint-cli yamllint ffmpeg"

"$script_path/create-vm-for-project.sh" "$vm_name" "$vm_image"
Expand Down

0 comments on commit d5af2db

Please sign in to comment.