From 256d6e1bbed7378d84d24898ade08d561b71dde8 Mon Sep 17 00:00:00 2001 From: jandroav Date: Tue, 28 May 2024 14:03:35 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20(ephemeral-cloud-infra.yml?= =?UTF-8?q?):=20upgrade=20liquibase-infrastructure=20repository=20referenc?= =?UTF-8?q?e=20from=20DAT-16824=20branch=20to=20master=20branch=20to=20ali?= =?UTF-8?q?gn=20with=20latest=20changes=20and=20updates.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ephemeral-cloud-infra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ephemeral-cloud-infra.yml b/.github/workflows/ephemeral-cloud-infra.yml index 14cd5863..2ebf0ea1 100644 --- a/.github/workflows/ephemeral-cloud-infra.yml +++ b/.github/workflows/ephemeral-cloud-infra.yml @@ -52,7 +52,7 @@ jobs: - name: Checkout liquibase-infrastructure uses: actions/checkout@v4 with: - ref: DAT-16824 + ref: master repository: liquibase/liquibase-infrastructure token: ${{ secrets.BOT_TOKEN }}