Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-besbes committed Feb 15, 2024
1 parent d186266 commit 53d89dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
RAW_CONTENT_URL:
"https://raw.githubusercontent.com\
/${{ github.repository }}\
/main"
#/${{ github.head_ref || github.ref_name }}"
/${{ github.head_ref || github.ref_name }}"

steps:
- name: Checkout code
Expand Down
3 changes: 1 addition & 2 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ services:
command: >
/bin/bash -c "
cp -r $$DOTFILES_MOUNT_POINT $$HOME
&& ls $$HOME -lha
&& ls /root -lha
&& ls $(pwd) -lha
&& chown -R $(whoami):$(whoami) $(pwd)
&& ./bootstrap.sh
&& . ~/.bashrc
Expand Down

0 comments on commit 53d89dc

Please sign in to comment.