Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay committed Jan 7, 2025
1 parent 8eb1b93 commit 0d96c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
export PATH=$PATH:$ROOT_DIR/depot_tools
cd engine
git config --global user.email "[email protected]" && git config --global user.name "reflutter"
git fetch origin $(reflutter ${{env.SNAPSHOT_HASH}} -l)
git fetch origin $(reflutter ${{env.SNAPSHOT_HASH}} -b)
git reset --hard FETCH_HEAD
reflutter -b ${{env.SNAPSHOT_HASH}}
echo 'reflutter' > REFLUTTER
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
export PATH=$PATH:$ROOT_DIR/depot_tools
cd engine
git config --global user.email "[email protected]" && git config --global user.name "reflutter"
git fetch origin $(reflutter ${{env.SNAPSHOT_HASH}} -l)
git fetch origin $(reflutter ${{env.SNAPSHOT_HASH}} -b)
git reset --hard FETCH_HEAD
reflutter -b ${{env.SNAPSHOT_HASH}} -p
echo 'reflutter' > REFLUTTER
Expand Down

0 comments on commit 0d96c1e

Please sign in to comment.