Skip to content

Commit

Permalink
chore: update jira issue create action
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Mar 14, 2024
1 parent ea28ce8 commit f678656
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jira-issue-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
environment: Jira
name: SDK Bot Jira Issue Creation
steps:
Expand All @@ -29,8 +29,8 @@ jobs:
description: |
${{ github.event.issue.html_url }}
fields: '{
"labels": ["experiment-go-server"]
"labels": ["experiment-go-server", "sdk-backlog-grooming", "github"]
}'

- name: Log created issue
run: echo "Issue AMP-${{ steps.create.outputs.issue }} was created"
run: echo "Issue SKY-${{ steps.create.outputs.issue }} was created"

0 comments on commit f678656

Please sign in to comment.