Skip to content

Commit

Permalink
Update .github/workflows/code-gen.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
preslavgerchev and afiune authored Oct 21, 2024
1 parent 34011c3 commit e0dbae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: branch
run: |
BRANCH_NAME="schema/update_$(date +'%Y%m%d%H%M%S')"
COMMIT_MSG="🧹 Bump Graphql Schema - $(date +'%Y%m%d%H%M%S')"
COMMIT_MSG="🧹 Bump GraphQL Schema - $(date +'%Y%m%d%H%M%S')"
echo "COMMIT_TITLE=${COMMIT_MSG}" >> $GITHUB_OUTPUT
echo "BRANCH_NAME=${BRANCH_NAME}" >> $GITHUB_OUTPUT
- name: Check git diff
Expand Down

0 comments on commit e0dbae2

Please sign in to comment.