first job

This commit is contained in:
Andrey 2024-05-29 22:46:03 -04:00
parent 008eb30d8c
commit 6b462625aa
1 changed files with 20 additions and 0 deletions

20
.github/workflows/list.yaml vendored Normal file
View File

@ -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)'