Skip to content

Update dependency jira to v3.8.0 - autoclosed #11

Update dependency jira to v3.8.0 - autoclosed

Update dependency jira to v3.8.0 - autoclosed #11

Workflow file for this run

name: Build container using the PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout Pull Request Branch
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run make build-container
run: make build-container