Skip to content

Commit ef104f6

Browse files
committed
GH Actions: Replace tj-actions/changed-files by custom code
Signed-off-by: Florian Hotze <[email protected]>
1 parent 08a9f69 commit ef104f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/build.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ jobs:
3838
run: npm run build
3939

4040
- name: Verify Changed Files
41-
uses: tj-actions/verify-changed-files@v20
4241
id: verify-changed-files
42+
run: |
43+
changed_files=$(git diff --name-only ${{ github.sha }} | tr '\n' ' ')
44+
echo "changed_files=$changed_files" >> $GITHUB_OUTPUT
4345
4446
- name: Fail on Changed Files
4547
if: steps.verify-changed-files.outputs.changed_files != ''

0 commit comments

Comments
 (0)