Skip to content

Fix UTF8 Rendering of Emojis (#5) #5

Fix UTF8 Rendering of Emojis (#5)

Fix UTF8 Rendering of Emojis (#5) #5

Workflow file for this run

name: Main branch
on:
push:
branches: [ main ]
permissions:
contents: write
jobs:
perform:
uses: cloudposse/github-actions-workflows-github-action-composite/.github/workflows/main-branch.yml@main
with:
organization: "${{ github.event.repository.owner.login }}"
repository: "${{ github.event.repository.name }}"
secrets:
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"