Skip to content

Commit 48b7883

Browse files
committed
fix: update build-status-labeler action in QA workflow
- Changed the action reference for the build-status-labeler in the QA workflow to use the main branch of the settlemint/asset-tokenization-kit repository, ensuring the latest updates and fixes are applied.
1 parent 2d9fa64 commit 48b7883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
always() &&
200200
github.event_name == 'pull_request' &&
201201
steps.secret-scan.conclusion != 'skipped'
202-
uses: ./.github/actions/build-status-labeler
202+
uses: settlemint/asset-tokenization-kit/.github/actions/build-status-labeler@main
203203
with:
204204
pr_number: ${{ github.event.pull_request.number }}
205205
workflow_status:

0 commit comments

Comments
 (0)