diff --git a/.github/workflows/blank.yml b/.github/workflows/convertYMLtoJSON.yml similarity index 98% rename from .github/workflows/blank.yml rename to .github/workflows/convertYMLtoJSON.yml index 8eb26ac..bbd5396 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/convertYMLtoJSON.yml @@ -42,6 +42,6 @@ jobs: run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - git add file.json + git add * git commit -m "Add JSON file generated from YAML" git push