Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymclean committed Jun 7, 2024
1 parent e9ce632 commit c63a5f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-types.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs = new Mapping {
uses = "peter-evans/create-pull-request@v6"
with = new Mapping {
["branch"] = "update-types/feature/update-types-${{ steps.date.outputs.date }}"
["name"] = "Update types from source"
["title"] = "Update types from source"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
branch: update-types/feature/update-types-${{ steps.date.outputs.date }}
name: Update types from source
title: Update types from source

0 comments on commit c63a5f6

Please sign in to comment.