Skip to content

Commit

Permalink
Merge branch 'dev' into sqaaas-code
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun authored Oct 27, 2023
2 parents 1e92146 + e99276f commit 6c537d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sqaaas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
shell: bash
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch
- name: Print branch name (debug)
- 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 }}

0 comments on commit 6c537d3

Please sign in to comment.