Replace custom checkout logic with actions/checkout in CI workflow
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 8s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 8s
This commit is contained in:
parent
0ba3239ec9
commit
1881e088d8
@ -10,13 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
run: |
|
||||
if [ -d /tmp/watch-party ]; then
|
||||
cd /tmp/watch-party && git fetch origin && git reset --hard origin/main
|
||||
else
|
||||
git clone https://gitea.home.arpa/nik/watch-party /tmp/watch-party
|
||||
fi
|
||||
cp -r /tmp/watch-party/. .
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Write deploy key
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user