Skip to content

Commit

Permalink
fix(ci): wrong commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jun 27, 2024
1 parent 99fa9c9 commit ce63379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
git add .
git config user.name "hpm-data builder"
git config user.email "[email protected]"
git commit -m "hpm-rs/hpm-data master $COMMIT" --allow-empty
git tag -a hpm-data-$COMMIT -m "Generated from hpm-data $COMMIT"
git commit -m "andelf/hpm-data master $COMMIT" --allow-empty
git tag -a hpm-data-$COMMIT -m "Generated from andelf/hpm-data $COMMIT"
- name: Test
run: |
cd build/hpm-metapac/
Expand Down

0 comments on commit ce63379

Please sign in to comment.