Skip to content

Commit

Permalink
fixed a typo making github actions unable to recognise the new action
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Apr 25, 2024
1 parent 294a646 commit 6da7232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
commit-message: Synced the data with upstream
title: [data-update] Synced the data with upstream datasources
title: "[data-update] Synced the data with upstream datasources"
body: |
- Updated the data with upstream sources
- Auto-generated by [create-pull-request][1]
Expand All @@ -51,4 +51,4 @@ jobs:
assignees: CommanderStorm
reviewers: CommanderStorm
branch: chore/data-update
delete-branch: true
delete-branch: true

0 comments on commit 6da7232

Please sign in to comment.