Skip to content

Commit

Permalink
updated email details and resource links
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxada committed Dec 21, 2023
1 parent 90fc745 commit 3977d2e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
# --name ${{ env.IMAGE_NAME }} \
# ${{ env.IMAGE_NAME }}:${{ github.sha }}


name: Node.js CI/CD

on:
Expand Down
2 changes: 1 addition & 1 deletion helpers/awardBadge.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// const path = require("path");
// const badgePath = path.join(__dirname, "../../assets/badge.svg");
const badgeLink =
"https://raw.githubusercontent.com/AllInOpenSource/ProjectBadging/main/src/assets/images/badges/badge.svg";
"https://raw.githubusercontent.com/badging/badging/main/src/assets/images/badges/bronze-badge.svg";

const awardBadge = async (octokit, owner, repoName) => {
try {
Expand Down
13 changes: 5 additions & 8 deletions helpers/email_templates/failure.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,14 @@ <h1>Badging Updates</h1>
<footer>
<p>
Contact us at
<a href="mailto:info@badging.allinopensource.org"
>info@badging.allinopensource.org</a
>
<br />
<a href="https://badging.allinopensource.org/about">About Us</a> |
<a href="#">Privacy Policy</a> | <a href="#">Terms and Conditions</a>
<a href="mailto:chaossbadge@gmail.com">Badging by CHAOSS</a>
<br />
All In & CHAOSS © 2023
<a href="https://badging.chaoss.community/about-project-badging"
>About Us</a
>
<br />
CHAOSS © 2023
<br />
Click here to <a href="#">Unsubscribe</a>
</p>
</footer>
</div>
Expand Down
13 changes: 5 additions & 8 deletions helpers/email_templates/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,14 @@ <h1>Congratulations on Your DEI Badge!</h1>
<footer>
<p>
Contact us at
<a href="mailto:info@badging.allinopensource.org"
>info@badging.allinopensource.org</a
>
<br />
<a href="https://badging.allinopensource.org/about">About Us</a> |
<a href="#">Privacy Policy</a> | <a href="#">Terms and Conditions</a>
<a href="mailto:chaossbadge@gmail.com">Badging by CHAOSS</a>
<br />
All In & CHAOSS © 2023
<a href="https://badging.chaoss.community/project-badging"
>About Us</a
>
<br />
CHAOSS © 2023
<br />
Click here to <a href="#">Unsubscribe</a>
</p>
</footer>
</div>
Expand Down

0 comments on commit 3977d2e

Please sign in to comment.