Skip to content

Commit

Permalink
Adapt repository owner
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Aug 28, 2023
1 parent 25e2815 commit 3c78fa2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

[![hex.pm badge](https://img.shields.io/badge/Package%20on%20hex.pm-informational)](https://hex.pm/packages/mix_dependency_submission)
[![Documentation badge](https://img.shields.io/badge/Documentation-ff69b4)][docs]
[![.github/workflows/branch_main.yml](https://github.com/jshmrtn/mix-dependency-submission/actions/workflows/branch_main.yml/badge.svg)](https://github.com/jshmrtn/mix-dependency-submission/actions/workflows/branch_main.yml)
[![Coverage Status](https://coveralls.io/repos/github/jshmrtn/mix-dependency-submission/badge.svg?branch=main)](https://coveralls.io/github/jshmrtn/mix-dependency-submission?branch=main)
[![.github/workflows/branch_main.yml](https://github.com/maennchen/mix-dependency-submission/actions/workflows/branch_main.yml/badge.svg)](https://github.com/maennchen/mix-dependency-submission/actions/workflows/branch_main.yml)
[![Coverage Status](https://coveralls.io/repos/github/maennchen/mix-dependency-submission/badge.svg?branch=main)](https://coveralls.io/github/maennchen/mix-dependency-submission?branch=main)

> Action that calculates dependencies for Mix and submits the list to the
> GitHub Dependency Submission API.
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jshmrtn/mix-dependency-submission@v1.0.0-beta.1
- uses: maennchen/mix-dependency-submission@v1.0.0-beta.1
with:
project-name: '[Project Application Name]'
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
version-type: strict
- uses: robinraju/release-downloader@v1.7
with:
repository: 'jshmrtn/mix-dependency-submission'
repository: 'maennchen/mix-dependency-submission'
tag: "v1.0.0-beta.1"
fileName: "mix_dependency_submission"
out-file-path: "${{ runner.temp }}"
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule MixDependencySubmission.MixProject do
use Mix.Project

@version "1.0.0-beta.1"
@source_url "https://github.com/jshmrtn/mix-dependency-submission"
@source_url "https://github.com/maennchen/mix-dependency-submission"
@description """
:warning: This repository is not ready for use. Please check back later.
Calculates dependencies for Mix and submits the list to the GitHub Dependency Submission API
Expand Down
2 changes: 1 addition & 1 deletion test/mix_dependency_submission_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule MixDependencySubmissionTest do
userinfo: nil,
host: "github.com",
port: 443,
path: "/jshmrtn/mix-dependency-submission",
path: "/maennchen/mix-dependency-submission",
query: nil,
fragment: nil
}
Expand Down

0 comments on commit 3c78fa2

Please sign in to comment.