Skip to content

Commit

Permalink
chore(github/deploy_preview): avoid emojis in commit status description
Browse files Browse the repository at this point in the history
  • Loading branch information
jbms committed Feb 23, 2024
1 parent 3ea89e9 commit 96a56a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
repo: context.repo.repo,
sha: commitId,
state: "pending",
description: `🔥 Creating preview`,
description: `Creating preview`,
target_url: `${context.serverUrl}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`,
});
- uses: actions/checkout@v4
Expand Down Expand Up @@ -62,5 +62,5 @@ jobs:
sha: commitId,
state: "success",
target_url: "${{ steps.deploy.outputs.details_url }}",
description: `🔥 Preview created, expires at: ${expires.toISOString()}`,
description: `Preview created, expires at: ${expires.toISOString()}`,
});

0 comments on commit 96a56a9

Please sign in to comment.