Skip to content

Commit 3075952

Browse files
cut addtimestamp
1 parent 96b39c7 commit 3075952

4 files changed

Lines changed: 3032 additions & 5660 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
token: ${{ secrets.OPENAPI_SYNC_TOKEN }}
3737
branch: 'update-api'
3838
auto_merge: false # you MUST use auto_merge: true with branch: main
39-
add_timestamp: true
4039

4140
```
4241

@@ -87,7 +86,6 @@ jobs:
8786
| `token` | GitHub token for authentication | No | `${{ github.token }}` | 1, 2 |
8887
| `branch` | Branch to push to in the target repository | Yes | - | 1, 2 |
8988
| `auto_merge` | If `true`, pushes directly to the branch; if `false`, creates a PR from the branch onto `main` | No | `false` | 1, 2 |
90-
| `add_timestamp` | If `true`, appends a timestamp to the branch name | No | `true` | 1, 2 |
9189
| `sources` | Array of mappings with `from`, `to`, and optional `exclude` fields | Yes | - | 2 |
9290
| `repository` | Target repository in format `org/repo` | Yes | - | 2 |
9391
| `update_from_source`| If `true`, syncs from the source spec files rather than using existing intermediate formats | No | `false` | 1 |

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ inputs:
1717
description: 'Whether to push directly to the branch or create a PR'
1818
required: false
1919
default: 'false'
20-
add_timestamp:
21-
description: 'Whether to add a timestamp to the branch name'
22-
required: false
23-
default: 'true'
2420
update_from_source:
2521
description: 'Whether to run "fern api update" on the current repository instead of syncing files'
2622
required: false

0 commit comments

Comments
 (0)