Skip to content

Commit

Permalink
ci/cd: make sure to use the current branch for the build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
NavidSassan committed Sep 28, 2023
1 parent 76e91d6 commit fb03e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: 'actions/checkout@v3'
with:
path: '${{ env.BASE_DIR }}/repos/monitoring-plugins-latest'
ref: '${{ github.ref }}' # use the current branch

# checkout the given version for the actual monitoring plugins themselves
- name: 'checkout the monitoring-plugins repo'
Expand Down

0 comments on commit fb03e1c

Please sign in to comment.