Test
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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:"
|
||||
Reference in New Issue
Block a user