Skip to content

Commit

Permalink
Move to SQAaaS action v2
Browse files Browse the repository at this point in the history
  • Loading branch information
orviz committed Nov 20, 2023
1 parent 5fa296b commit 4a67533
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/sqaaas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,5 @@ jobs:
runs-on: ubuntu-latest
name: Job that triggers SQAaaS platform
steps:
- name: Extract branch name
shell: bash
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> "$GITHUB_OUTPUT"
id: extract_branch
- name: Print current branch name (debug)
shell: bash
run: echo running on branch ${{ steps.extract_branch.outputs.branch }}
- name: SQAaaS assessment step
uses: eosc-synergy/sqaaas-assessment-action@v1
with:
repo: 'https://github.com/interTwin-eu/itwinai'
branch: ${{ steps.extract_branch.outputs.branch }}
uses: eosc-synergy/sqaaas-assessment-action@v2

0 comments on commit 4a67533

Please sign in to comment.