Skip to content

Commit

Permalink
ci: remove icons
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Aug 21, 2023
1 parent 231dde0 commit 3f0d562
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: πŸ“ Sync Files
name: Sync Files

on:
push:
Expand All @@ -7,12 +7,12 @@ on:

jobs:
sync-files:
name: πŸ”„ Sync Files
name: Sync Files
runs-on: ubuntu-22.04
steps:
- name: 🚚 Checkout
- name: Checkout
uses: actions/checkout@v3
- name: πŸ“ Synchronization
- name: Synchronization
uses: BetaHuhn/[email protected]
with:
GH_PAT: ${{ secrets.GH_FULL_PAT }}
Expand Down

0 comments on commit 3f0d562

Please sign in to comment.