Skip to content

Commit b729f06

Browse files
authored
fix(ci): remove ref specification in checkout step (#127)
Signed-off-by: Jan-Hendrik Spahn <jan-hendrik.spahn@soptim.de>
1 parent 0c3fb04 commit b729f06

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/backend-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
with:
27-
ref: ${{ github.head_ref || github.ref }}
2827
fetch-depth: 0
2928
submodules: true
3029
- name: Setup Java

.github/workflows/frontend-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
with:
27-
ref: ${{ github.head_ref || github.ref }}
2827
fetch-depth: 0
2928
- name: Setup Node.js
3029
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0

0 commit comments

Comments
 (0)