Skip to content

Commit

Permalink
ember-cli-update-action
Browse files Browse the repository at this point in the history
ember-cli-update -p @kellyselden/node-template -b @kellyselden/node-template --to 5.0.0
  • Loading branch information
renovate[bot] authored and Kelly Selden committed Oct 30, 2023
1 parent b5d1182 commit e535ad1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# git-diff-apply

[![npm version](https://badge.fury.io/js/git-diff-apply.svg)](https://badge.fury.io/js/git-diff-apply)
[![Build status](https://ci.appveyor.com/api/projects/status/imgjd20sv5itmnlo/branch/master?svg=true)](https://ci.appveyor.com/project/kellyselden/git-diff-apply/branch/master)
[![Build status](https://ci.appveyor.com/api/projects/status/imgjd20sv5itmnlo/branch/main?svg=true)](https://ci.appveyor.com/project/kellyselden/git-diff-apply/branch/main)

Use an unrelated remote repository to apply a git diff
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:

branches:
only:
- master
- main

# Fix line endings in Windows. (runs before repo cloning)
init:
Expand Down
2 changes: 1 addition & 1 deletion config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"name": "@kellyselden/node-template",
"version": "4.1.0",
"version": "5.0.0",
"blueprints": [
{
"name": "@kellyselden/node-template",
Expand Down

0 comments on commit e535ad1

Please sign in to comment.