m3u-radio-music-playlists/.github/workflows/manual.yml
U-DESKTOP-3VIS1T9\junguler 0d4e52d60e extract everything-repo files
2023-06-12 17:10:31 +03:30

20 lines
395 B
YAML
Executable File

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 }}