Skip to content

Checkout remote repository first #26903

Answered by weide-zhou
aleksasp asked this question in Actions
Discussion options

You must be logged in to vote

Hi @aleksas-pixevia,

Glad to see you in Github Community Forum!

The error is due to the typo for ref value (1.18.x) of actions/checkout, should be ‘1.8.x’.

    - uses: actions/checkout@v2
      with:
        repository: 'eProsima/Fast-DDS.git'
        ref: '1.8.x'
        path: 'Fast-DDS'

Thanks

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants