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 5c08cdf commit bfaf96c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/attack-coverage-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,7 @@ jobs:
run: |
set -x
python -m detection_rules dev update-navigator-gists --update-coverage
file_name = $(git diff --name-only)
if [ "docs/ATT&CK-coverage.md" == "$file_name" ];
then
echo "Changes to docs/ATT&CK-coverage.md detected. Adding to commit."
git add docs/ATT&CK-coverage.md
else
echo "No changes to docs/ATT&CK-coverage.md detected."
fi
git add docs/ATT&CK-coverage.md
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit bfaf96c

Please sign in to comment.