Skip to content

Commit c351820

Browse files
committed
fix(ci) fix action branch name
1 parent 21116c0 commit c351820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
npm -v
1919
- name: Get changed files
2020
id: changed-files
21-
uses: jitsi/changed-files@master
21+
uses: jitsi/changed-files@main
2222
- name: Get changed lang files
2323
id: lang-files
2424
run: echo "all=$(echo "${{ steps.changed-files.outputs.all_changed_files }}" | grep -oE 'lang\/\S+' | tr '\n' ' ')" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)