File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
- name : Install Chainloop
35
35
if : ${{ github.event_name != 'pull_request' }}
36
36
run : |
37
- curl -sfL https://raw.githubusercontent.com/ chainloop- dev/chainloop/01ad13af08950b7bfbc83569bea207aeb4e1a285/docs/static /install.sh | bash -s
37
+ curl -sfL https://docs. chainloop. dev/install.sh | bash -s
38
38
39
39
- name : Checkout repository
40
40
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Original file line number Diff line number Diff line change 32
32
33
33
- name : Install Chainloop
34
34
run : |
35
- curl -sfL https://raw.githubusercontent.com/ chainloop- dev/chainloop/01ad13af08950b7bfbc83569bea207aeb4e1a285/docs/static /install.sh | bash -s
35
+ curl -sfL https://docs. chainloop. dev/install.sh | bash -s
36
36
37
37
- name : Initialize Attestation
38
38
run : |
Original file line number Diff line number Diff line change 37
37
steps :
38
38
- name : Install Chainloop
39
39
run : |
40
- curl -sfL https://raw.githubusercontent.com/ chainloop- dev/chainloop/01ad13af08950b7bfbc83569bea207aeb4e1a285/docs/static /install.sh | bash -s
40
+ curl -sfL https://docs. chainloop. dev/install.sh | bash -s
41
41
42
42
- name : Docker login to Github Packages
43
43
uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
You can’t perform that action at this time.
0 commit comments