Skip to content

Commit

Permalink
Update decode.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smallfawn authored Jun 28, 2024
1 parent efffb72 commit 4a9fbc2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/decode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: List files in root directory
run: ls -l
- name: Install dependencies and run decode
run: |
npm install
Expand All @@ -24,9 +22,7 @@ jobs:
git config --local user.name "action"
- name: Save decoded output to repository
run: |
git status
git add output.js # Add the decoded output file
git status
git add output.js
git commit -m "Add decoded output file"
git push

0 comments on commit 4a9fbc2

Please sign in to comment.