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.
1 parent 5d194af commit 00829daCopy full SHA for 00829da
update_jira/index.js
@@ -3,8 +3,8 @@ const github = require('@actions/github')
3
const { Octokit } = require('@octokit/rest')
4
const Jira = require('./../utils/jira')
5
6
-const stagingReleaseEnvId = 11942
7
-const prodReleaseEnvId = 11943
+const stagingReleaseEnvId = '11942'
+const prodReleaseEnvId = '11943'
8
9
const statusMap = {
10
'master': {
0 commit comments