From d035457dcd63408ef5a687fd0dcaed7f295e00b3 Mon Sep 17 00:00:00 2001 From: Jordan Maxwell Date: Tue, 3 Sep 2024 18:28:07 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67ef4e7..c32b602 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,22 +75,6 @@ jobs: # Keep the workflow alive - uses: gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings - # Create/Update our local last-built.txt file and commit it back - # to the repository for remote monitoring. - - name: Update last-built.txt - run: | - echo "Last built: $(date)" > last-built.txt - - - uses: stefanzweifel/git-auto-commit-action@v5 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - commit_message: 'ci: Update last-built.txt' - branch: main - commit_user_name: Github-Actions 🤖 - commit_user_email: actions@github.com - commit_author: Github-Actions🤖 - # Update our DockerHub README docker-hub-description: runs-on: ubuntu-latest