File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,6 +120,13 @@ jobs:
120120 path : context_chat_backend/
121121 persist-credentials : false
122122
123+ - name : Checkout app_api
124+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
125+ with :
126+ repository : nextcloud/app_api
127+ path : apps/app_api
128+ persist-credentials : false
129+
123130 - name : Get app version
124131 id : appinfo
125132 uses : skjnldsv/xpath-action@7e6a7c379d0e9abc8acaef43df403ab4fc4f770c # master
Original file line number Diff line number Diff line change @@ -122,6 +122,13 @@ jobs:
122122 path : context_chat_backend/
123123 persist-credentials : false
124124
125+ - name : Checkout app_api
126+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
127+ with :
128+ repository : nextcloud/app_api
129+ path : apps/app_api
130+ persist-credentials : false
131+
125132 - name : Get app version
126133 id : appinfo
127134 uses : skjnldsv/xpath-action@7e6a7c379d0e9abc8acaef43df403ab4fc4f770c # master
You can’t perform that action at this time.
0 commit comments