Skip to content

Commit dade939

Browse files
committed
Testing sync workflow
1 parent 1c3c729 commit dade939

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync_cling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
sync-cling-history:
13-
if: github.repository_owner == 'root-project'
13+
if: github.repository_owner == 'devajithvs'
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout ROOT
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout Cling
2323
uses: actions/checkout@v4
2424
with:
25-
repository: root-project/cling
25+
repository: devajithvs/cling
2626
token: ${{ secrets.CLING_GIT_TOKEN }}
2727
path: cling
2828
fetch-depth: 32768

0 commit comments

Comments
 (0)