wip

parent 9927a19f
...@@ -13,11 +13,12 @@ jobs: ...@@ -13,11 +13,12 @@ jobs:
TOKEN: ${{ secrets.TOKEN }} TOKEN: ${{ secrets.TOKEN }}
container: ohmyfish/ohmyfish container: ohmyfish/ohmyfish
steps: steps:
# - name: Change current working directory owner and group - name: Change current working directory owner and group
# run: sudo chown -R nemo:nemo . run: sudo chown -R nemo:nemo .
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
set-safe-directory: false set-safe-directory: false
path: /home/nemo
- name: Install dependencies - name: Install dependencies
run: sudo apk add python3 run: sudo apk add python3
- name: Check dead repositories - name: Check dead repositories
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment