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 ffce582 commit ac4ad37
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 "reflutter@example.com" && git config --global user.name "reflutter"
git fetch origin $(reflutter ${{env.SNAPSHOT_HASH}} -b)
git fetch origin $(reflutter -b ${{env.SNAPSHOT_HASH}})
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 "reflutter@example.com" && git config --global user.name "reflutter"
git fetch origin $(reflutter ${{env.SNAPSHOT_HASH}} -b)
git fetch origin $(reflutter -b ${{env.SNAPSHOT_HASH}})
git reset --hard FETCH_HEAD
reflutter -b ${{env.SNAPSHOT_HASH}} -p
echo 'reflutter' > REFLUTTER
Expand Down

0 comments on commit ac4ad37

Please sign in to comment.