Skip to content

Fix : issue retry button not back to form #25

Fix : issue retry button not back to form

Fix : issue retry button not back to form #25

Workflow file for this run

on:
push:
branches:
- master
pull_request:
types: [assigned, opened, synchronize, reopened]
name: Run SonarCloud Scan
jobs:
sonarcloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args: >
-Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }}
-Dsonar.sources=.
-Dsonar.host.url=${{ secrets.SONAR_HOST_URL }}