Skip to content

Commit 2350bf1

Browse files
committed
fix(ci): indentation
1 parent 93842a9 commit 2350bf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ jobs:
108108
if: steps.shiva-pull.outputs.exit_code == 0
109109
run: docker rmi ghcr.io/lit-protocol/shiva
110110
ping-lit-configuration-guides:
111-
runs-on: ubuntu-latest
112-
needs: [unit-tests, integration-tests] # Make sure this job runs after others complete
111+
runs-on: ubuntu-latest
112+
needs: [unit-tests, integration-tests] # Make sure this job runs after others complete
113113
steps:
114114
- name: Get PR labels
115115
id: pr-labels
@@ -136,4 +136,4 @@ jobs:
136136
https://api.github.com/repos/LIT-Protocol/lit-configuration-guides/dispatches \
137137
-d "{\"event_type\":\"dependency_update\", \"client_payload\": {\"labels\": [\"$TAG\"]}}"
138138
env:
139-
GH_PAT_LIT_CONFIGURATION_GUIDES_REPO: ${{ secrets.GH_PAT_LIT_CONFIGURATION_GUIDES_REPO }}
139+
GH_PAT_LIT_CONFIGURATION_GUIDES_REPO: ${{ secrets.GH_PAT_LIT_CONFIGURATION_GUIDES_REPO }}

0 commit comments

Comments
 (0)