File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments