Skip to content

Commit

Permalink
fix: input variable spec was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Mar 10, 2021
1 parent 2bebba9 commit ad20106
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/treetracker-wallet-api-deploy-prod.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

name: Deploy to Production Env


on:
workflow_dispatch:
inputs:
environment:
description: 'git-tag'
git-tag:
description: "Branch/hash/tag"
required: true
default: 'master'

env:
project-directory: ./
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/treetracker-wallet-api-deploy-test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

name: Deploy to Test Env


on:
workflow_dispatch:
inputs:
environment:
description: 'git-tag'
git-tag:
description: "Branch/hash/tag"
required: true
default: 'master'

env:
project-directory: ./
Expand Down

0 comments on commit ad20106

Please sign in to comment.