Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Aug 9, 2024
1 parent 5fb91fb commit bfd43b6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cmor-tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
create-cmor-tables docs/data-request-i4c-merged.csv --coords --output cmor-tables
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
commit-message: update cmor tables
title: Update CMOR tables
body: |
Updates cmor tables
uses: peter-evans/create-pull-request@v6
with:
commit-message: update cmor tables
title: Update CMOR tables
body: |
Updates cmor tables
Auto-generated by [create-pull-request][1]
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
branch: cmor-tables-updates
[1]: https://github.com/peter-evans/create-pull-request
branch: cmor-tables-updates

0 comments on commit bfd43b6

Please sign in to comment.