Skip to content

Commit

Permalink
Manual testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank-elastic committed Jul 1, 2024
1 parent 45a7668 commit 7eb1b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kibana-mitre-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
ALL_CHANGED_FILES: ${{ steps.changed-attack-files.outputs.all_changed_files }}
run: |
echo "List all the files that have changed: $TEST_ALL_CHANGED_FILES"
echo "List all the files that have changed: $ALL_CHANGED_FILES"
for file in ${ALL_CHANGED_FILES}; do
VERSION=$(echo $FILENAME | grep -o 'v[^.]*')
echo "::set-output name=version::$VERSION"
Expand Down

0 comments on commit 7eb1b9b

Please sign in to comment.