Skip to content

Commit 78e6d19

Browse files
committed
chore: ensure newline at end of file in publish-orders workflow
1 parent 8effd77 commit 78e6d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-orders.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
PRICE: ${{ vars.SELL_ORDER_PRICE }}
4949
VOLUME: ${{ vars.SELL_ORDER_VOLUME }}
5050
RPC_URL: ${{ secrets.RPC_URL }}
51-
run: npm run ${{ github.event.inputs.action }}
51+
run: npm run ${{ github.event.inputs.action }}

0 commit comments

Comments
 (0)