File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,16 +48,13 @@ jobs:
4848 run : |
4949 ls -la assets/vidstack.min.js
5050 ls -la assets/vidstack.min.css
51- ls -la assets/vidstack-backend.min.js
52- ls -la assets/vidstack-backend.min.css
5351
5452 - name : Commit and push built assets
5553 if : github.event.inputs.commit_assets == 'true'
5654 run : |
5755 git config user.name "github-actions[bot]"
5856 git config user.email "github-actions[bot]@users.noreply.github.com"
5957 git add assets/vidstack.min.js assets/vidstack.min.css
60- git add assets/vidstack-backend.min.js assets/vidstack-backend.min.css
6158 if git diff --staged --quiet; then
6259 echo "No changes to commit"
6360 else
7269 path : |
7370 assets/vidstack.min.js
7471 assets/vidstack.min.css
75- assets/vidstack-backend.min.js
76- assets/vidstack-backend.min.css
7772 retention-days : 7
You can’t perform that action at this time.
0 commit comments