Skip to content

Commit

Permalink
bump ff version tab fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman authored Jul 19, 2024
1 parent b396d7a commit 703e177
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/bump-ff-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
workflow_dispatch:
schedule:
- cron: '0 5 * * 1' # At 05:00 on Monday.
workflow_dispatch:
inputs:
ff-version-tag:
description: 'F!F version tag requested to update in your project to. It has to be after 8.0.1(including).'
required: true
default: 'latest'
workflow_dispatch:
inputs:
ff-version-tag:
description: 'F!F version tag requested to update in your project to. It has to be after 8.0.1(including).'
required: true
default: 'latest'

jobs:
bump-ff-version:
Expand Down

0 comments on commit 703e177

Please sign in to comment.