Skip to content

Commit

Permalink
Update copy-md.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta committed Sep 18, 2023
1 parent 6ac57be commit 05344a8
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/copy-md.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Copy MD Files and Create PR
name: Copy MD Files and Push Changes

on:
workflow_dispatch:
Expand Down Expand Up @@ -41,17 +41,9 @@ jobs:
- name: Add And Commit
uses: EndBug/add-and-commit@v9
with:
message: 'Update Docs'
message: 'Updated MD File Changes from cosmos-sdk/docs'

- name: Push To Sync-Docs-Branch
uses: ad-m/github-push-action@master
with:
branch: sync-docs-branch

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
base: main
branch: sync-docs-branch
title: "Sync Documentation Changes"
body: "Automatically generated by GitHub Actions to sync documentation changes."
branch: sync-docs-branch

0 comments on commit 05344a8

Please sign in to comment.