Skip to content

Commit

Permalink
ci: update commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-seongwoo-jun committed May 16, 2024
1 parent 99fdd4e commit 71a7f21
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ jobs:
- name: Get current date
id: date
run: |
echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
echo "MONTH_YEAR=$(date +'%b %Y')" >> $GITHUB_OUTPUT
echo "MONTH_YEAR=$(date +'%B %Y')" >> $GITHUB_OUTPUT
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
title: "[${{ steps.date.outputs.MONTH_YEAR }}] Update apple_product_name.g.dart"
commit-message: "[${{ steps.date.outputs.DATE }}] Update apple_product_name.g.dart"
title: "feat: add identifiers for ${{ steps.date.outputs.MONTH_YEAR }} models"
commit-message: "feat: add identifiers for ${{ steps.date.outputs.MONTH_YEAR }} models"
branch: gen

0 comments on commit 71a7f21

Please sign in to comment.