Skip to content

nrfconnect/action-src-mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

action-src-mirror

Checkout, pack, and upload source code to Artifactory

Example:

- name: Sync source to Artifactory
  uses: nrfconnect/action-src-mirror@main
  with:
    git-ref: ${{ github.ref_name }}
    git-fetch-depth: '0'
    path: 'workspace/nrf'
    west-update-args: '--group-filter=+babblesim'
    artifactory-url: 'https://eu.files.nordicsemi.com/artifactory'
    artifactory-repository: 'ncs-src-mirror'
    artifactory-target-prefix: 'external'
    artifactory-user: ${{ secrets.COM_NORDICSEMI_FILES_USERNAME }}
    artifactory-pass: ${{ secrets.COM_NORDICSEMI_FILES_PASSWORD }}

About

Synchronize files between repository and Artifactory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published