From 1684ec89193a90957fc8d7b26440cb5cd3d24eb9 Mon Sep 17 00:00:00 2001 From: Wael Karman Date: Fri, 2 Aug 2024 13:57:14 +0200 Subject: [PATCH] Update image-builder.yml --- .github/workflows/image-builder.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/image-builder.yml b/.github/workflows/image-builder.yml index cf45024..5614369 100644 --- a/.github/workflows/image-builder.yml +++ b/.github/workflows/image-builder.yml @@ -8,8 +8,6 @@ jobs: - run: echo "This job is now running on a ${{ runner.os }} server hosted by GitHub!" - name: Check out repository code uses: actions/checkout@v4 - with: - ref: main - name: List files in the repository run: | ls ${{ github.workspace }}