Skip to content
Merged
2 changes: 1 addition & 1 deletion .github/workflows/workflow_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Test Step
runs-on: ubuntu-latest
steps:
- run:
- run: env
- name: Checkout
uses: actions/checkout@v3
- uses: ./
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,3 @@ scripthaus run electron 1>/dev/null 2>&1 &
echo "Electron Done"
exit
```

Loading