diff --git a/.github/workflows/list.yaml b/.github/workflows/list.yaml new file mode 100644 index 0000000..1e7f33e --- /dev/null +++ b/.github/workflows/list.yaml @@ -0,0 +1,20 @@ +name: rusefi branches + +on: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: Checkout Submodules + run: | + git submodule update --init --depth=1 ext/devops-sandbox-rusefi + + - name: Print branches + working-directory: ext/devops-sandbox-rusefi + run: | + git for-each-ref --count=30 --sort=-committerdate refs/ --format='%(refname:short)' \ No newline at end of file