We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea8ccd commit bced792Copy full SHA for bced792
.github/workflows/download.yml
@@ -7,7 +7,7 @@ on:
7
- cron: '0 0 * * *' # Every day at midnight
8
9
jobs:
10
- build:
+ download:
11
name: '[📥️] Download'
12
runs-on: 'ubuntu-latest'
13
steps:
@@ -58,8 +58,8 @@ jobs:
58
59
- name: Create diff to mx version
60
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
+ git diff --output=alt_js.diff application.js application.js.alt
+ git diff --output=alt_css.diff application.css application.css.alt
63
64
- name: Check if there are changes
65
0 commit comments