Skip to content

Commit

Permalink
bump version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 13, 2024
1 parent 0de0703 commit 836b3f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
node-version: 20.x
- name: Run Expense Flow
uses: webdriverio/expense-action
uses: webdriverio/expense-action@v0.0.7
with:
prNumber: ${{ github.event.inputs.prNumber }}
amount: ${{ github.event.inputs.amount }}
Expand All @@ -89,4 +89,5 @@ jobs:
GH_TOKEN: ${{ secrets.WDIO_BOT_GITHUB_TOKEN }}
```
Then make sure to add `wdio-bot` as project admin so the workflow can properly label the issue.
Then make sure to add `wdio-bot` as project admin so the workflow can properly
label the issue.

0 comments on commit 836b3f6

Please sign in to comment.