Skip to content

Commit

Permalink
Fix for linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
clpendleton authored Nov 5, 2024
1 parent ca84f62 commit f013604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/streamline-approval-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}

- name: Auto Approve
if: "${{ contains(steps.getLabels.outputs.allLabels, 'auto-approve') && steps.twoWeeksAgo.outputs.was_two_weeks_ago == 'TRUE'}}"
if: "${{ contains(steps.getLabels.outputs.allLabels, 'auto-approve') && steps.twoWeeksAgo.outputs.was_two_weeks_ago == 'TRUE'}}"
uses: hmarr/auto-approve-action@v4
with:
github-token: ${{secrets.HS_APPROVER_BOT_TOKEN}}
with:
github-token: ${{secrets.HS_APPROVER_BOT_TOKEN}}

0 comments on commit f013604

Please # to comment.