Skip to content

test line 2

test line 2 #21

Workflow file for this run

name: Sync Weblate Commits
on:
push:
branches:
- main
jobs:
check-and-sync:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Debug Repository State
run: |
git fetch origin
git branch
git log --oneline