Skip to content

Commit

Permalink
fix syntax error in Auto Label WIP workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Mar 30, 2023
1 parent 163dce4 commit 31b564a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
needs: check-linked-issues
permissions: write-all
if: github.repository == 'coronasafe/care_fe' && 'join(needs.check-linked-issues.outputs.linked_issues) != ''
if: github.repository == 'coronasafe/care_fe' && join(needs.check-linked-issues.outputs.linked_issues) != ''
steps:
- name: Label
uses: actions/github-script@v6
Expand Down

0 comments on commit 31b564a

Please sign in to comment.