14 lines
206 B
YAML
14 lines
206 B
YAML
name: Sync Source to Host 2
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- '**'
|
|
jobs:
|
|
sync-source:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Sync repository 2
|
|
run:
|
|
echo "Current commit:" |