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 82e131f commit 171d850Copy full SHA for 171d850
.github/workflows/ci.yml
@@ -7,6 +7,12 @@ on:
7
8
jobs:
9
release:
10
+ permissions:
11
+ contents: write
12
+ pull-requests: write
13
+ issues: write
14
+ packages: write
15
+ releases: write
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
package.json
@@ -9,7 +9,7 @@
],
"repository": {
"type": "git",
- "url": "git+https://github.com/Arunkumarcs/-arunkumar_h-rule-engine.git"
+ "url": "https://github.com/Arunkumarcs/rule-engine.git"
},
"bugs": {
"url": "https://github.com/Arunkumarcs/-arunkumar_h-rule-engine/issues"
0 commit comments