Skip to content

Commit

Permalink
update expense workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 15, 2024
1 parent b661258 commit 0fc1795
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/expense.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,8 @@ jobs:
needs: [authorize]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: "main"
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Run Expense Flow
uses: webdriverio/expense-action@v0.0.7
uses: webdriverio/expense-action@v1
with:
prNumber: ${{ github.event.inputs.prNumber }}
amount: ${{ github.event.inputs.amount }}
Expand Down

0 comments on commit 0fc1795

Please sign in to comment.