Skip to content

Commit fbc70dd

Browse files
committed
fixes
1 parent 6515f51 commit fbc70dd

File tree

3 files changed

+33
-32
lines changed

3 files changed

+33
-32
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
steps:
88
- uses: actions/checkout@v2
99
- name: run phpipam-action
10-
uses: codeaffen/phpipam-action@v0.0.3
10+
uses: codeaffen/phpipam-action@latest

package-lock.json

Lines changed: 30 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "phpipam-action",
33
"version": "0.0.1",
44
"description": "phpipam-action",
5-
"main": "index.js",
5+
"main": "main.js",
66
"keywords": [
77
"phpipam",
88
"github-action"
99
],
1010
"author": "",
1111
"license": "ISC",
12-
"devDependencies": {
12+
"dependencies": {
1313
"@actions/core": "^1.6.0",
1414
"@actions/github": "^5.0.0",
1515
"docker-compose": "^0.23.14",

0 commit comments

Comments
 (0)