Skip to content

Commit

Permalink
Changed app slug
Browse files Browse the repository at this point in the history
  • Loading branch information
lempira committed Nov 11, 2024
1 parent 05f947e commit 6a6410b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crab-nebula-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ on:
app-slug:
description: "The slug of your app in your CrabNebula Cloud org"
required: true
default: "super-tauri-app"
default: "algokit-lora"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
CN_APPLICATION: ${{ github.event.inputs.app-slug || 'super-tauri-app' }}
CN_APPLICATION: ${{ github.event.inputs.app-slug || 'algokit-lora' }}

jobs:
draft:
Expand Down

0 comments on commit 6a6410b

Please sign in to comment.