forked from wearerequired/git-mirror-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9f47c5
commit 2c00733
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
git-mirror: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: mavenoid/[email protected].0 | ||
- uses: mavenoid/[email protected].1 | ||
with: | ||
source-repo: '[email protected]:wearerequired/swisscom-magazine.git' | ||
destination-repo: '[email protected]:wearerequired/git-mirror-action.git' | ||
|
@@ -59,7 +59,7 @@ When prompted, provide a GitHub access token with `read:packages` scope. | |
|
||
Run the prebuilt image: | ||
|
||
docker run --rm -e "SSH_PRIVATE_KEY=$(cat ~/.ssh/id_rsa)" "docker.pkg.github.com/mavenoid/git-mirror-action/git-mirror-action:2.1.0" "$SOURCE_REPO" "$DESTINATION_REPO" | ||
docker run --rm -e "SSH_PRIVATE_KEY=$(cat ~/.ssh/id_rsa)" "docker.pkg.github.com/mavenoid/git-mirror-action/git-mirror-action:2.1.1" "$SOURCE_REPO" "$DESTINATION_REPO" | ||
|
||
### Building and running locally | ||
|
||
|
@@ -73,7 +73,7 @@ docker run --rm -e "SSH_PRIVATE_KEY=$(cat ~/.ssh/id_rsa)" $(docker build -q .) " | |
|
||
To release a new version of git-mirror-action: | ||
|
||
1. Find and replace the current version number ("2.1.0") with the new version number | ||
1. Find and replace the current version number ("2.1.1") with the new version number | ||
2. Commit and push to GitHub | ||
3. [Create and publish a new release](https://github.com/Mavenoid/git-mirror-action/releases/new) with the "Tag version" exactly matching the new version number. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters