Skip to content

Commit dba0384

Browse files
committed
fix: proper marketplace link
1 parent 615d79c commit dba0384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<img src="https://github.com/bcanseco/github-contribution-graph-action/workflows/audit/badge.svg">
1616
</a>
1717

18-
<a href="https://github.com/marketplace/actions/contribution-graph">
18+
<a href="https://github.com/marketplace/actions/autopopulate-your-contribution-graph">
1919
<img src="https://img.shields.io/badge/action-marketplace-orange?logo=github">
2020
</a>
2121

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const {
2222

2323
const repoPath = `https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@${GIT_HOST}/${GITHUB_REPOSITORY}`;
2424
const localPath = './clone';
25-
const secondLine = 'Committed via https://github.com/marketplace/actions/contribution-graph';
25+
const secondLine = 'Committed via https://github.com/marketplace/actions/autopopulate-your-contribution-graph';
2626
const dayOffsets = [...Array(Number(MAX_DAYS)).keys()];
2727
const originDay = fromUnixTime(ORIGIN_TIMESTAMP);
2828

0 commit comments

Comments
 (0)