We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3c729 commit dade939Copy full SHA for dade939
1 file changed
.github/workflows/sync_cling.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
sync-cling-history:
13
- if: github.repository_owner == 'root-project'
+ if: github.repository_owner == 'devajithvs'
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout ROOT
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout Cling
23
uses: actions/checkout@v4
24
with:
25
- repository: root-project/cling
+ repository: devajithvs/cling
26
token: ${{ secrets.CLING_GIT_TOKEN }}
27
path: cling
28
fetch-depth: 32768
0 commit comments