Skip to content

Commit 25bf9c0

Browse files
committed
chore(readme): Update example workflow
1 parent b847546 commit 25bf9c0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,16 @@ jobs:
3232
runs-on: ubuntu-latest
3333

3434
steps:
35-
- uses: psuDevelopment/Obfuscate-With-PSU@v1.0.0-BETA
35+
- name: Checkout
36+
uses: actions/checkout@master
37+
- name: obfuscate
38+
uses: psuDevelopment/Obfuscate-With-PSU@main
3639
id: file
3740
with:
38-
file: MyAwesomeScript.lua
41+
path: ./Script.lua
3942
apiKey: ${{ secrets.PSU_API_KEY }}
43+
- name: Echo obfuscated file
44+
run: echo ${{ steps.obfuscate.outputs.file }}
4045
```
4146
4247
# Licensing

0 commit comments

Comments
 (0)