Skip to content

added sh script to test-json #18

added sh script to test-json

added sh script to test-json #18

Workflow file for this run

name: "Publish GitHub Action"
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: TG908/publish-github-action@v1
with:
github_token: ${{ secrets.TOKEN }}