Skip to content

Commit

Permalink
Update dependabot_update_rbis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 authored Sep 12, 2023
1 parent f85381b commit 004f07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_update_rbis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
update-gem-rbis:
runs-on: ubuntu-latest
timeout-minutes: 15
if: ${{ github.actor == '"dependabot[bot]"' }}
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout PR branch
uses: actions/checkout@v4
Expand Down

0 comments on commit 004f07b

Please sign in to comment.