From aac96bed3e01a5549343ef3a5bcae351d75b66f3 Mon Sep 17 00:00:00 2001 From: Brord van Wierst Date: Tue, 9 Apr 2024 00:48:21 +0200 Subject: [PATCH] set identity3 --- .github/workflows/auto_pull_request.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto_pull_request.yaml b/.github/workflows/auto_pull_request.yaml index f4770d040d..cf6bb228c3 100644 --- a/.github/workflows/auto_pull_request.yaml +++ b/.github/workflows/auto_pull_request.yaml @@ -15,7 +15,9 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 + - name: Test + run: echo ${{ github.head_ref }}.${{ github.sha }} - name: Pull changes from FluffyChat run: |