Skip to content

Commit 90c6a77

Browse files
Updating file '.github/workflows/validate.yml' with otterdog.
1 parent 6b50cf5 commit 90c6a77

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/validate.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ jobs:
1515
if: ${{ !contains (github.repository, '/.eclipsefdn-template') }}
1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: Checkout OtterDog
19-
run: git clone https://gitlab.eclipse.org/eclipsefdn/security/otterdog.git
18+
- name: Checkout eclipse-csi/otterdog
19+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20+
with:
21+
repository: eclipse-csi/otterdog
22+
path: otterdog
2023

2124
- name: Checkout EclipseFdn/otterdog-configs
2225
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)