Skip to content

Commit

Permalink
actions: debug with ls
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Nov 20, 2023
1 parent fae19d7 commit fae13c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
echo "${{ vars.SSH_KNOWN_HOSTS }}" >> $HOME/.ssh/known_hosts
chmod 0600 $HOME/.ssh/*
- run: |
git clone ssh://[email protected]/i3stat-git.git i3stat && cd "$_"
git clone ssh://[email protected]/i3stat-git.git aur && cd "$_"
sudo chown -R 1000:1000 "$PWD"
docker run \
--rm \
-v "$PWD:/pkg" \
Expand All @@ -68,4 +69,5 @@ jobs:
--env "[email protected]" \
--env "[email protected]" \
acheronfail/makepkg just update
sudo chown -R $USER:$USER "$PWD"
git push

0 comments on commit fae13c3

Please sign in to comment.