Skip to content

Commit

Permalink
add component name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey.shulika committed Jan 4, 2024
1 parent 9d64987 commit a3a84d1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,15 @@ jobs:
run: ./check_licenses.sh java
id: run_script

# - name: Get version
# run:
# echo "${{ github.ref }}" | awk -F '/' '{print $NF}' > $VERSION
# echo "${{ github.repository }}" | awk -F '/' '{print $NF}' > $APP_NAME
- name: Get repository name
run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $NF}')" >> $GITHUB_OUTPUT
id: meta

- name: Uploading results
if: always()
uses: actions/upload-artifact@v3
with:
name: licenses_check-${{ needs.prebuild-job.outputs.version }}
name: licenses_check-${{ steps.meta.outputs.REPOSITORY_NAME }}-${{ needs.prebuild-job.outputs.version }}
path: ./licenses_check/

- name: Results checking
Expand Down

0 comments on commit a3a84d1

Please sign in to comment.