From 7d39ce6aca77839cff6617f22a88b646ebea04e1 Mon Sep 17 00:00:00 2001 From: uzlopak Date: Tue, 14 May 2024 00:39:04 +0200 Subject: [PATCH] websocket: checkout correct correct commit in autobahn workflow --- .github/workflows/autobahn.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autobahn.yml b/.github/workflows/autobahn.yml index 504bda3b4be..bbe80896fe8 100644 --- a/.github/workflows/autobahn.yml +++ b/.github/workflows/autobahn.yml @@ -30,6 +30,7 @@ jobs: - name: Checkout Code uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: + ref: "${{ github.event.pull_request.merge_commit_sha }}" persist-credentials: false clean: false