We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b50cf5 commit 90c6a77Copy full SHA for 90c6a77
.github/workflows/validate.yml
@@ -15,8 +15,11 @@ jobs:
15
if: ${{ !contains (github.repository, '/.eclipsefdn-template') }}
16
runs-on: ubuntu-latest
17
steps:
18
- - name: Checkout OtterDog
19
- run: git clone https://gitlab.eclipse.org/eclipsefdn/security/otterdog.git
+ - name: Checkout eclipse-csi/otterdog
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20
+ with:
21
+ repository: eclipse-csi/otterdog
22
+ path: otterdog
23
24
- name: Checkout EclipseFdn/otterdog-configs
25
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
0 commit comments