Skip to content

Commit

Permalink
Merge pull request #8 from litetex/develop
Browse files Browse the repository at this point in the history
Update from develop
  • Loading branch information
litetex authored Feb 4, 2021
2 parents c88a55b + 55762b6 commit c4d5d51
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# <img width="26" height="26" src="logo.png" /> pull-detached-remote
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-pull--detached--remote-blue.svg?colorA=1b1e21&colorB=0265de&style=flat&longCache=true&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAM6wAADOsB5dZE0gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAERSURBVCiRhZG/SsMxFEZPfsVJ61jbxaF0cRQRcRJ9hlYn30IHN/+9iquDCOIsblIrOjqKgy5aKoJQj4O3EEtbPwhJbr6Te28CmdSKeqzeqr0YbfVIrTBKakvtOl5dtTkK+v4HfA9PEyBFCY9AGVgCBLaBp1jPAyfAJ/AAdIEG0dNAiyP7+K1qIfMdonZic6+WJoBJvQlvuwDqcXadUuqPA1NKAlexbRTAIMvMOCjTbMwl1LtI/6KWJ5Q6rT6Ht1MA58AX8Apcqqt5r2qhrgAXQC3CZ6i1+KMd9TRu3MvA3aH/fFPnBodb6oe6HM8+lYHrGdRXW8M9bMZtPXUji69lmf5Cmamq7quNLFZXD9Rq7v0Bpc1o/tp0fisAAAAASUVORK5CYII=)](https://github.com/marketplace/actions/create-pull-request)
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-pull--detached--remote-blue.svg?colorA=1b1e21&colorB=0265de&style=flat&longCache=true&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAM6wAADOsB5dZE0gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAERSURBVCiRhZG/SsMxFEZPfsVJ61jbxaF0cRQRcRJ9hlYn30IHN/+9iquDCOIsblIrOjqKgy5aKoJQj4O3EEtbPwhJbr6Te28CmdSKeqzeqr0YbfVIrTBKakvtOl5dtTkK+v4HfA9PEyBFCY9AGVgCBLaBp1jPAyfAJ/AAdIEG0dNAiyP7+K1qIfMdonZic6+WJoBJvQlvuwDqcXadUuqPA1NKAlexbRTAIMvMOCjTbMwl1LtI/6KWJ5Q6rT6Ht1MA58AX8Apcqqt5r2qhrgAXQC3CZ6i1+KMd9TRu3MvA3aH/fFPnBodb6oe6HM8+lYHrGdRXW8M9bMZtPXUji69lmf5Cmamq7quNLFZXD9Rq7v0Bpc1o/tp0fisAAAAASUVORK5CYII=)](https://github.com/marketplace/actions/pull-detached-remote)

Creates a branch with updates from a detached (not actively set) upstream of a repo and a corresponding PullRequest

Expand Down Expand Up @@ -126,8 +126,24 @@ jobs:
Password
</td>
</tr>
<tr><td colspan=4></td></tr>
<tr>
<td>NO_PR_STATUS</td>
<td>Optional</td>
<td>Disables the status message in the pull request</td>
<td>Valid values: <code>1</code> or <code>true</code></td>
</tr>
<tr>
<td>NO_CREDITS</td>
<td>Optional</td>
<td>Disables the credits in the pull request</td>
<td>Valid values: <code>1</code> or <code>true</code></td>
</tr>
</table>
## Demos
Here you can find a demo implementations:
* [avesflower](https://github.com/BaseMC/avesflower)
* [avesflower](https://github.com/BaseMC/avesflower/blob/develop/.github/workflows/upstream_update.yml)
File renamed without changes.

0 comments on commit c4d5d51

Please sign in to comment.