Skip to content

Commit

Permalink
Merge pull request #6792 from Checkmarx/pereiramarco011-patch-1
Browse files Browse the repository at this point in the history
fix(workflow): update release-kics-queries-repo-branch.yaml
  • Loading branch information
pereiramarco011 authored Nov 8, 2023
2 parents 9aab007 + 23d2a80 commit 6eb2b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-kics-queries-repo-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Copy queries to new branch
run: |
mkdir -p ../$REPO_NAME/kics-queries
rsync -av --exclude='*/test/*' --exclude='*/common/*' ./assets/queries/ ../$REPO_NAME/kics-queries/
rsync -av --exclude='*/test/*' --exclude='common/*' ./assets/queries/ ../$REPO_NAME/kics-queries/
- name: Copy circle ci configuration to new branch
run: |
Expand All @@ -43,4 +43,4 @@ jobs:
cd ../$REPO_NAME
git add .
git commit -m "Add queries from release ${{ github.event.release.name }} to $REPO_NAME"
git push origin ${{ github.event.release.name }}
git push origin ${{ github.event.release.name }}

0 comments on commit 6eb2b0f

Please sign in to comment.