Skip to content

Commit 03db527

Browse files
authored
🔥 Emoji signature! 🌎 (#24)
1 parent ebb6ba7 commit 03db527

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
repoToken: "${{ secrets.GITHUB_TOKEN }}"
2828
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
29-
expires: 30d
29+
expires: 14d
3030
projectId: action-hosting-deploy-demo
3131
entryPoint: "./demo"
3232
env:

bin/action.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/postOrUpdateComment.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export async function postOrUpdateComment(
3838
...commentInfo,
3939
body:
4040
commentMarkdown +
41-
"\n\n<sub>[Firebase Hosting GitHub Action](https://github.com/marketplace/actions/deploy-to-firebase-hosting)</sub>",
41+
"\n\n<sub>🔥 via [Firebase Hosting GitHub Action](https://github.com/marketplace/actions/deploy-to-firebase-hosting) 🌎</sub>",
4242
};
4343

4444
startGroup(`Updating PR comment`);
@@ -49,7 +49,7 @@ export async function postOrUpdateComment(
4949
const c = comments[i];
5050
if (
5151
c.user.type === "Bot" &&
52-
/<sub>[\s\n]*\[Firebase Hosting GitHub Action/.test(c.body)
52+
/<sub>[\s\n]*🔥 via \[Firebase Hosting GitHub Action/.test(c.body)
5353
) {
5454
commentId = c.id;
5555
break;

0 commit comments

Comments
 (0)