mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
truncated newline into space (#580)
This commit is contained in:
parent
181b1e6987
commit
95c7109a60
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-theme-date.yml
vendored
2
.github/workflows/update-theme-date.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Detect changed themes
|
||||
id: get_changes
|
||||
run: |
|
||||
changed_themes=$(git diff --name-only HEAD^1 HEAD | grep '^themes/' | awk -F/ '{print $2}' | sort -u)
|
||||
changed_themes=$(git diff --name-only HEAD^1 HEAD | grep '^themes/' | awk -F/ '{print $2}' | sort -u | tr '\n' ' ')
|
||||
echo "CHANGED_THEMES=$changed_themes" >> $GITHUB_ENV
|
||||
|
||||
- name: Setup python modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue