Skip to content

Commit

Permalink
fixing wrong action typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloChianfa committed Dec 9, 2023
1 parent 2b35ef7 commit 98cfa10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v2

- name: IonCube Encode
uses: murilochianfa/ioncube-encode-action@v1.0.0
uses: MuriloChianfa/ioncube-encoder-action@v1.0.0
with:
source: 'src'
output: 'encrypted'
Expand All @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v2

- name: IonCube Encode Project
uses: murilochianfa/ioncube-encode-action@v1.0.0
uses: MuriloChianfa/ioncube-encoder-action@v1.0.0
with:
source: 'src'
output: 'encrypted'
Expand All @@ -76,7 +76,7 @@ jobs:
callback-file: /opt/project/public/ioncube.php

- name: IonCube Encode Callback File
uses: murilochianfa/ioncube-encode-action@v1.0.0
uses: MuriloChianfa/ioncube-encoder-action@v1.0.0
with:
source: 'src/public/ioncube.php'
output: 'encrypted/public/ioncube.php'
Expand Down

0 comments on commit 98cfa10

Please sign in to comment.