Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Jan 18, 2025
1 parent 54b78bd commit 86310ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
default: 'FStarLang/FStar'
type: string
required: true
fstar_branch:
fstar_ref:
description: F* ref (branch, or tag, or commit hash)
default: 'master'
type: string
Expand All @@ -17,7 +17,7 @@ on:
default: 'FStarLang/karamel'
type: string
required: true
karamel_branch:
karamel_ref:
description: Karamel ref (branch, or tag, or commit hash)
default: 'master'
type: string
Expand Down

0 comments on commit 86310ec

Please sign in to comment.