Skip to content

Commit

Permalink
Update fetch-grammar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiTheModder authored Dec 19, 2024
1 parent 2a10950 commit 4c9eb2f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/fetch-grammar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ jobs:
uses: actions/checkout@v3
with:
repository: RevEngiSquad/smalig
path: smalig
path: /tmp/smalig

- name: Update file
run: |
ls -R
cd smalig
mv smalig/grammar.yaml ../smali-opcodes/grammar.yaml
cd ..
mv /tmp/smalig/smalig/grammar.yaml ./smali-opcodes/grammar.yaml
rm -r /tmp/smalig
- name: Commit changes
run: |
Expand All @@ -43,4 +41,4 @@ jobs:
commit-message: "Update smali-opcodes/grammar.yaml"
branch: update-grammar-file
title: "Update for grammar file"
body: "This PR updates the smali-opcodes/grammar.yaml file with the latest changes."
body: "This PR updates the smali-opcodes/grammar.yaml file with the latest changes."

0 comments on commit 4c9eb2f

Please sign in to comment.