Skip to content

Commit

Permalink
fix(ci) fix emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
helderbetiol committed Jan 5, 2024
1 parent a3039f2 commit 1ad5aca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wiki-conflicts.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Verify conflicts in Wiki
name: πŸ“š Verify conflicts in Wiki

# Trigger this action only if there are changes pushed to the wiki/** directory in a pull request
on:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
verify_conflicts_wiki:
name: πŸ“š Verify conflicts in wiki
name: Verify conflicts in wiki
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish docs to Wiki
name: πŸ“š Publish docs to Wiki

# Trigger this action only if there are changes pushed to the wiki/** directory under the main branch
on:
Expand All @@ -17,7 +17,7 @@ env:

jobs:
publish_docs_to_wiki:
name: πŸ“š Publish docs to Wiki
name: Publish docs to Wiki
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 1ad5aca

Please sign in to comment.