File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2727 - name : Checkout documentation
2828 uses : actions/checkout@v4
2929 with :
30- ref : openapi-file
30+ ref : ${{ steps.version_and_branches.outputs.base_branch }}
3131
3232 - name : Disable PHP coverage
3333 uses : shivammathur/setup-php@v2
4343 env :
4444 SATIS_NETWORK_KEY : ${{ secrets.SATIS_NETWORK_KEY }}
4545 SATIS_NETWORK_TOKEN : ${{ secrets.SATIS_NETWORK_TOKEN }}
46- BASE_BRANCH : openapi-file
46+ BASE_BRANCH : ${{ steps.version_and_branches.outputs.base_branch }}
4747 run : |
4848 composer config --global http-basic.updates.ibexa.co $SATIS_NETWORK_KEY $SATIS_NETWORK_TOKEN
4949 if [[ '4.6' != $BASE_BRANCH ]]; then
Original file line number Diff line number Diff line change @@ -12,3 +12,15 @@ auth.json
1212yarn.lock
1313docs /css /* .map
1414.deptrac.cache
15+ .cache
16+ .devcontainer
17+ .github /hooks
18+ context
19+ AGENTS.md
20+ IMPLEMENTATION.md
21+ PLAN.md
22+ NOTES.md
23+ list
24+ logs /
25+ skills /
26+ notify-user.sh
You can’t perform that action at this time.
0 commit comments