Dipti Ranjan Lenka
Dipti Ranjan Lenka
I downloaded the project and the identityserver opens and logged in successful but what next
How to comment an Jira issue from github action with download link of output like - name: Comment on issue uses: atlassian/[email protected] with: issue: DZT-5 comment: Test comment ${{ github.event.compare...
Am using github action so after github login i use ```yaml - name: Build and push to GHCR uses: docker/build-push-action@v3 env: IMAGE_NAME: ${{inputs.projectPath}} VERSION: ${{steps.path_extension.outputs.branch-type}} GHCR: ${{ inputs.dockerRegistry }} with:...
How to add comment in jira issue with download link in actions tab
Unable to get how to use this project.
Like we use github.event.compare can we use github.event.actions?