Skip to content

Commit

Permalink
fix: chat gpt lied to me
Browse files Browse the repository at this point in the history
  • Loading branch information
ApacheTech committed Jul 27, 2024
1 parent 2d1872a commit fe7999e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manage-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout
uses: actions/checkout@v3

- name: Sync Labels
uses: actions/github-script
uses: actions/github-script@v6
with:
script: |
const script = require('./.github/scripts/sync-labels.js');
Expand Down

0 comments on commit fe7999e

Please sign in to comment.