Skip to content

Commit

Permalink
Testing things
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Mar 27, 2024
1 parent 8a48bb3 commit cd8f018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
echo "licenses=Apache-2.0" >> $GITHUB_ENV
- uses: eclipse-kuksa/kuksa-actions/spdx@2
- uses: boschglobal/kuksa-actions/spdx@main
with:
files: "${{ env.files }}"
licenses: "${{ env.licenses }}"
2 changes: 1 addition & 1 deletion kuksa_go_client/kuksa_client/commn.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* terms of the Apache License 2.0 which is available at
* http://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
* This-is-not-a-License-Identifier: Apache-2.0
********************************************************************************/

package kuksa_client
Expand Down

0 comments on commit cd8f018

Please sign in to comment.