Skip to content

Commit bb3f859

Browse files
committed
update ref
1 parent 96b5faa commit bb3f859

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/monitoring.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
repository: OffchainLabs/arbitrum-monitoring
4141
path: arbitrum-monitoring
42+
ref: main
4243

4344
- name: Setup Node and install dependencies
4445
uses: actions/setup-node@v4
@@ -59,7 +60,7 @@ jobs:
5960
BATCH_POSTER_MONITORING: ${{ inputs.monitor == 'batch-poster' }}
6061

6162
- name: Copy chains JSON to Arbitrum Monitoring
62-
run: cd ./arbitrum-monitoring && tree -L 3 && cp ./packages/arb-token-bridge-ui/public/${{ steps.config.outputs.config_file }} ./arbitrum-monitoring/packages/${{ inputs.monitor }}-monitor/config.json
63+
run: cd ./arbitrum-monitoring/packages && ls && cp ./packages/arb-token-bridge-ui/public/${{ steps.config.outputs.config_file }} ./arbitrum-monitoring/packages/${{ inputs.monitor }}-monitor/config.json
6364

6465
- name: Run monitoring command
6566
run: cd ./arbitrum-monitoring && yarn ${{ inputs.monitor }}-monitor --enableAlerting

0 commit comments

Comments
 (0)