Refactor file path in actions-validate.yml and remove unnecessary code

This commit is contained in:
2024-09-29 18:36:34 +02:00
parent 87fe65a8a0
commit d55ecad2f7
-5
View File
@@ -14,11 +14,6 @@ runs:
run: |
# Get the list of changed files
CHANGED_FILES=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }})
if [ -z "$CHANGED_FILES" ]; then
echo "No files changed in this pull request"
else
echo "CHANGED_FILES=$CHANGED_FILES" >> $GITHUB_ENV
fi
- name: Setup Sectool
uses: a13labs/setup-sectool@v1