We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21746a9 commit 15afaf2Copy full SHA for 15afaf2
.github/workflows/sync.yml
@@ -12,7 +12,7 @@ jobs:
12
sync_latest_from_upstream:
13
name: Sync latest commits from upstream repo
14
runs-on: ubuntu-latest
15
- if: github.repository == 'Lyricify/Lyricify-App'
+ if: github.repository == 'Lyricify/Lyricify'
16
17
steps:
18
# Step 1: run a standard checkout action
0 commit comments