We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4535cb9 + cdd3aa6 commit 9aec83bCopy full SHA for 9aec83b
.github/workflows/deploy.yml
@@ -50,5 +50,6 @@ jobs:
50
run: forge deploy -e production
51
52
# Install Forge app dependencies
53
+ # https://developer.atlassian.com/platform/forge/cli-reference/install/
54
- name: Install Forge dependencies
- run: forge install -e production
55
+ run: forge install -e production --non-interactive --product Jira
0 commit comments