Skip to content

Commit

Permalink
Merge pull request #248 from OasisDEX/refinance-github-action-fix
Browse files Browse the repository at this point in the history
Adding 'Refinance' GitHub action - Fix
  • Loading branch information
juan-langa authored May 7, 2024
2 parents 5f18fb0 + 10cd271 commit 45db64e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/refinance.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
name: Refinance

on:
schedule:
- cron: '0 1 * * 1-5'
workflow_dispatch:
inputs:
base_url:
description: 'Environment base URL to run the tests on.'
type: string
default: 'https://staging.summer.fi'
required: true
flags_features:
description: 'Features Flags to enable / disable. For example: "flag1:true flag2:false"'
type: string
default: ''
required: false

jobs:
with-wallet-refinance:
Expand Down

0 comments on commit 45db64e

Please sign in to comment.