diff --git a/.github/workflows/job.yml b/.github/workflows/job.yml new file mode 100644 index 0000000..56a5dc0 --- /dev/null +++ b/.github/workflows/job.yml @@ -0,0 +1,12 @@ +name: Example Workflow + +on: + push: + workflow_dispatch: + +jobs: + example_job: + runs-on: ubuntu-latest + steps: + - name: Use Action from Feature Branch + uses: Virus-Axel/godot-asset-library-updater-action@feature/automatic_update \ No newline at end of file