Skip to content

Commit

Permalink
editied test.md
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Panayil <[email protected]>
  • Loading branch information
sachin-panayil committed Nov 20, 2024
1 parent 88204cf commit 5802287
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 71 deletions.
69 changes: 0 additions & 69 deletions src/createPullRequest.ts

This file was deleted.

3 changes: 1 addition & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
import * as fs from 'fs'
import getConfig from './getConfig'
import createOrUpdateIssue from './createorUpdateIssue'
import {createPullRequest} from './createPullRequest'

function getInputs(): {[key: string]: string} {
return {
Expand Down Expand Up @@ -152,7 +151,7 @@ export default async function run(disableRetry?: boolean): Promise<void> {
changes: [
{
files: {
"test.md": "this is a test markdown!"
"test.md": "this is a test markdown but now with an edit so lets see what happens now"
},
commit: "this is a test commit"
}
Expand Down

0 comments on commit 5802287

Please sign in to comment.