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 0e15f1e commit 6bd8765Copy full SHA for 6bd8765
update_jira/index.js
@@ -2,15 +2,15 @@ const core = require('@actions/core')
2
const { Octokit } = require('@octokit/rest')
3
const Jira = require('./../utils/jira')
4
5
-run()
6
-
7
const statusMap = {
8
'master': 'Deployed to Production',
9
'main': 'Deployed to Production',
10
'staging': 'Deployed to Staging',
11
'dev': 'Deployed to Staging'
12
}
13
+run()
+
14
async function run() {
15
try {
16
const {
@@ -38,8 +38,6 @@ async function run() {
38
return
39
40
41
- console.log('GIT REF', GITHUB_REF)
42
43
const allowedBranches = [
44
'refs/heads/master',
45
'refs/heads/main',
0 commit comments