File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 27
27
if : ${{ !contains (github.repository, '/.eclipsefdn-template') }}
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - name : Checkout OtterDog
31
- run : git clone https://gitlab.eclipse.org/eclipsefdn/security/otterdog.git
30
+ - name : Checkout eclipse-csi/otterdog
31
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
32
+ with :
33
+ repository : eclipse-csi/otterdog
34
+ path : otterdog
32
35
33
36
- name : Checkout EclipseFdn/otterdog-configs
34
37
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
76
79
working-directory : otterdog-configs
77
80
78
81
- name : Upload generated site content
79
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
82
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
80
83
with :
81
84
name : generated-site
82
85
path : |
You can’t perform that action at this time.
0 commit comments