Compare commits
No commits in common. "41a692c07e929d31d7822b7a7d5e9c082bc8d35f" and "a4d9f9bd042ae692c235c11511dd4cc215264386" have entirely different histories.
41a692c07e
...
a4d9f9bd04
@ -1,7 +1,7 @@
|
|||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on:
|
on:
|
||||||
merge:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
|
15388
package-lock.json
generated
15388
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,11 +10,11 @@
|
|||||||
"author": "steev",
|
"author": "steev",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"node-sass": "^9.0.0",
|
"node-sass": "*",
|
||||||
"parcel-bundler": "^1.3.1",
|
"parcel-bundler": "*",
|
||||||
"sass": "^1.32.5"
|
"sass": "*"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"core-js": "^3.33.0"
|
"core-js": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user