Skip to content

Commit

Permalink
Test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank-elastic committed Sep 18, 2024
1 parent bfaf96c commit 39ae362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/attack-coverage-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
run: |
set -x
python -m detection_rules dev update-navigator-gists --update-coverage
git add docs/ATT&CK-coverage.md
# Define the filename with escaped special characters
git add docs/"ATT\&CK-coverage.md"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit 39ae362

Please sign in to comment.