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,12 @@ 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+ path : apps/app_api
127+ persist-credentials : false
128+
123129 - name : Get app version
124130 id : appinfo
125131 uses : skjnldsv/xpath-action@7e6a7c379d0e9abc8acaef43df403ab4fc4f770c # master
Original file line number Diff line number Diff line change @@ -122,6 +122,12 @@ 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+ path : apps/app_api
129+ persist-credentials : false
130+
125131 - name : Get app version
126132 id : appinfo
127133 uses : skjnldsv/xpath-action@7e6a7c379d0e9abc8acaef43df403ab4fc4f770c # master
You can’t perform that action at this time.
0 commit comments