Skip to content

Commit 831dc60

Browse files
committed
Reverted TMP change
1 parent 8752f69 commit 831dc60

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/api_refs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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
@@ -43,7 +43,7 @@ jobs:
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

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,15 @@ auth.json
1212
yarn.lock
1313
docs/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

0 commit comments

Comments
 (0)