Refactor file path in actions-validate.yml

This commit is contained in:
2024-09-29 18:10:38 +02:00
parent 0eaedb20cb
commit e2963e795d
9 changed files with 24 additions and 3 deletions
-3
View File
@@ -4,9 +4,6 @@ description: Prepare the environment for A13labs CI/CD pipelines
runs:
using: "composite"
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Get changed files
id: get_changed_files
shell: bash