We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed pipeline: https://github.com/fmilthaler/FinQuant/actions/runs/5730526086/job/15530536877?pr=120
- name: Check out code uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} fetch-depth: 0
the above causes the failure. the below works on forks:
- name: Checkout code uses: actions/checkout@v3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Failed pipeline: https://github.com/fmilthaler/FinQuant/actions/runs/5730526086/job/15530536877?pr=120
the above causes the failure. the below works on forks:
The text was updated successfully, but these errors were encountered: