Skip to content

Commit

Permalink
Merge pull request #37 from ubiquity-whilefoo/command
Browse files Browse the repository at this point in the history
Command input in action
  • Loading branch information
gentlementlegen authored Nov 25, 2024
2 parents 86303ce + 8babb80 commit 4b045e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
description: "Ref"
signature:
description: "Signature to identify the Kernel"
command:
description: "Command"

jobs:
compute:
Expand All @@ -39,4 +41,4 @@ jobs:
env:
TELEGRAM_BOT_ENV: ${{ secrets.TELEGRAM_BOT_ENV }}
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

0 comments on commit 4b045e7

Please sign in to comment.