extract everything-repo files

pull/14/head
U-DESKTOP-3VIS1T9\junguler 12 months ago
parent 126cb6429e
commit 0d4e52d60e

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -0,0 +1,19 @@
name: extract
on:
push
jobs:
extract-it:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@main
- name: run commands
run: |
sudo apt install unzip -y
unzip ./things.zip
- name: add & commit
uses: EndBug/add-and-commit@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save