Skip to content

Commit

Permalink
Issue #ED-4414 fix: android build script test14
Browse files Browse the repository at this point in the history
  • Loading branch information
vpPavithra committed Jun 20, 2024
1 parent e808657 commit 0477c26
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ jobs:
- name: Install Sonar Scanner
run: sudo npm install -g sonarqube-scanner@3.5.0

- name: Debug Event Payload
run: echo "${{ toJson(github.event) }}"

- name: Extract Branch Name
run: echo "${{ github.head_ref }}"
id: extract_branch_name
shell: bash

- name: Example
run: echo "${{ steps.extract_branch_name.outputs }}"

- name: Print SONAR_TOKEN
run: echo "SONAR_TOKEN=${{ secrets.SONAR_TOKEN }}PWR****123-${{ github.event.pull_request.number }}-${{ github.head_ref }}"

Expand Down

0 comments on commit 0477c26

Please sign in to comment.