fmilthaler / FinQuant

A program for financial portfolio management, analysis and optimisation.
MIT License
1.34k stars 190 forks source link

Auto versioning pipeline fails from fork #124

Open fmilthaler opened 11 months ago

fmilthaler commented 11 months ago

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