We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709b1bf commit 433e818Copy full SHA for 433e818
.github/workflows/sync_labels.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Synchronize labels
15
uses: julbme/gh-action-manage-label@v1
16
with:
17
- from: https://github.com/sohami/.github/tree/main/.github/config/labels.json
+ from: https://raw.github.com/sohami/.github/tree/main/.github/config/labels.json
18
skip_delete: true
19
env:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments