Skip to content

Commit f53d851

Browse files
committed
fix naming
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 054985b commit f53d851

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync_contracts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: read-all
1212

1313
jobs:
1414
chainloop_contract_sync:
15-
name: "[chainloop] Chainloop Contract Sync"
15+
name: "Chainloop Contract Sync"
1616
runs-on: ubuntu-latest
1717
env:
1818
CHAINLOOP_TOKEN: ${{ secrets.CHAINLOOP_TOKEN }}
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222
- name: Install Chainloop
2323
run: |
24-
curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s -- --ee
24+
curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s
2525
- name: Update contract definitions
2626
run: |
2727
for file in .github/workflows/contracts/*.yaml; do

0 commit comments

Comments
 (0)