Skip to content

Commit

Permalink
Check_git
Browse files Browse the repository at this point in the history
  • Loading branch information
ValVau committed Oct 23, 2024
1 parent d7371a5 commit ccf0276
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/QCD_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
git checkout ${{ github.event.pull_request.base.ref }}
git merge --no-ff ${{ github.event.pull_request.head.sha }}
- name: Check git
run: |
git branch -v
git status
- uses: cvmfs-contrib/github-action-cvmfs@v4
with:
cvmfs_repositories: 'grid.cern.ch'
Expand Down

0 comments on commit ccf0276

Please sign in to comment.