Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JustArchiNET/ASF-WebConfigGenerator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: decf4733c4833d32eee827fd385cdad6ac2d4d5e
Choose a base ref
..
head repository: JustArchiNET/ASF-WebConfigGenerator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b7319012787644f2c3fe6c3f3bef52de743b6ea7
Choose a head ref
Showing with 127 additions and 127 deletions.
  1. +1 −1 .github/workflows/ci.yml
  2. +124 −124 package-lock.json
  3. +2 −2 package.json
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ jobs:
token: ${{ secrets.ASF_CROWDIN_API_TOKEN }}

- name: Upload ASF-WebConfigGenerator
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: ${{ matrix.os }}_ASF-WebConfigGenerator
path: docs
Loading