Skip to content
New issue

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

Auto versioning pipeline fails from fork #124

Open
fmilthaler opened this issue Aug 1, 2023 · 0 comments
Open

Auto versioning pipeline fails from fork #124

fmilthaler opened this issue Aug 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@fmilthaler
Copy link
Owner

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
@fmilthaler fmilthaler added the bug Something isn't working label Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant