Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DinizSa committed Feb 20, 2025
1 parent de8fcf0 commit 299d257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/booster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "1-Checking out branch $BOOST_DATA_BRANCH"
echo "2-Checking out branch ${{env.BOOST_DATA_BRANCH}}"
echo "3-Checking out branch ${{github.event.inputs.env}}"
git checkout -B ${{BOOST_DATA_BRANCH}}
git checkout -B $BOOST_DATA_BRANCH
- name: Boost backers' rewards
run: |
Expand Down

0 comments on commit 299d257

Please sign in to comment.