From 39f674fa1125ddcc922604f40d04093ebffa588f Mon Sep 17 00:00:00 2001 From: Manusia Gabut <75671195+siegrin@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:18:10 +0700 Subject: [PATCH] Update update-index.yml --- .github/workflows/update-index.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/update-index.yml b/.github/workflows/update-index.yml index 8c3a431..67f0015 100644 --- a/.github/workflows/update-index.yml +++ b/.github/workflows/update-index.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout repositori + - name: Checkout repository uses: actions/checkout@v2 - name: Ambil semua folder @@ -20,7 +20,7 @@ jobs: FOLDERS=$(ls -d */ | grep -v '\.github\|node_modules' | sed 's/\/$//') echo "folders=$(echo "$FOLDERS" | tr '\n' ' ')" >> $GITHUB_ENV - - name: Cek folder saat ini di index.html + - name: Cek folder di index.html id: read_html run: | # Ambil semua folder yang sudah ada di index.html secara case-insensitive @@ -67,14 +67,10 @@ jobs: exit 0 fi - # Set git config untuk identitas + # Commit dan push perubahan git config --global user.name "siegrin" git config --global user.email "piubitt@gmail.com" - - # Commit dan push perubahan git add $OUTPUT_FILE - git commit -m "Reset dan sinkronkan folder di index.html dengan repositori" - - - name: Push changes to GitHub - run: | + git commit -S -m "Reset dan sinkronkan folder di index.html dengan repositori" # Gunakan -S untuk commit yang ditandatangani git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/siegrin/JavaScript-Master.git +