Skip to content

backtesting_engine.py 的第135行是不是错了? #66

backtesting_engine.py 的第135行是不是错了?

backtesting_engine.py 的第135行是不是错了? #66

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello @${{ github.actor }} , thank you for submitting an issue! 👍 We highly appreciate it if you work on it as well.'
pr-message: 'Hello @${{ github.actor }} , thank you for submitting a pull request, we appreciate it a lot! If you feel this repository helped you to achieve your goals, warm us with a cup of :coffee:. 🙂'