Skip to content

Commit dfc2483

Browse files
committed
ci: set execute permission for all .mjs files in scripts
1 parent 9715149 commit dfc2483

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/liquidation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
docker logs $container
3838
done
3939
40+
- name: Set Execute Permission for All Scripts
41+
run: chmod +x ./scripts/*.mjs
42+
4043
- name: Set ATOM Price to 12.34
4144
run: ./scripts/changePrice.mjs
4245
env:

0 commit comments

Comments
 (0)