Skip to content

Commit b4223a5

Browse files
committed
use current root for action
1 parent 572fb76 commit b4223a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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@latest
10+
uses: ./ # use action in the root directory

0 commit comments

Comments
 (0)