Skip to content

Commit

Permalink
Merge branch '1.2' into 1
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed May 14, 2024
2 parents 1f5be97 + aeee22d commit a51bc7d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@ Merge-up supported branches in a repository

**.github/workflows/merge-up.yml**
```yml
steps:
- name: Merge-up
uses: silverstripe/gha-merge-up@v1

permissions: {}

jobs:
mergeup:
# ...
permissions:
contents: write
actions: write
steps:
- name: Merge-up
uses: silverstripe/gha-merge-up@v1
```
This action has no inputs
Expand Down

0 comments on commit a51bc7d

Please sign in to comment.