Skip to content

Commit

Permalink
Forgot to checkout first but I also added debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
seb86 committed Nov 18, 2024
1 parent 2547a10 commit fb59cd3
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ on: [issues, pull_request]

jobs:
sync-labels:
runs-on: ubuntu-latest
steps:
- name: Sync repository labels
uses: cocart-headless/wp-repo-labels@v1
with:
labels-path: .github/labels.json
github-token: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Debug .github directory
run: |
ls -al .github
- name: Sync repository labels
uses: cocart-headless/wp-repo-labels@v1
with:
labels-path: .github/labels.json
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fb59cd3

Please sign in to comment.