Skip to content

Commit bced792

Browse files
committed
fix ci file?
1 parent fea8ccd commit bced792

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/download.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- cron: '0 0 * * *' # Every day at midnight
88

99
jobs:
10-
build:
10+
download:
1111
name: '[📥️] Download'
1212
runs-on: 'ubuntu-latest'
1313
steps:
@@ -58,8 +58,8 @@ jobs:
5858
5959
- name: Create diff to mx version
6060
run: |
61-
git diff --no-index --output=alt_js.diff application.js application.js.alt
62-
git diff --no-index --output=alt_css.diff application.css application.css.alt
61+
git diff --output=alt_js.diff application.js application.js.alt
62+
git diff --output=alt_css.diff application.css application.css.alt
6363
6464
- name: Check if there are changes
6565
run: |

0 commit comments

Comments
 (0)