From 94109e74080e9c761b54340c7c4bd6daa5767570 Mon Sep 17 00:00:00 2001 From: Tintinkung Date: Sun, 21 Apr 2024 17:41:26 +0700 Subject: [PATCH] fix: keying --- .github/workflows/static.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 0e02a9a..61ee2e4 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -12,9 +12,9 @@ jobs: name: Build and Push steps: - uses: actions/checkout@master - - name: Checkout - - run: git config --global user.email "sukrit_dinosuar@hotmail.com" - - run: git config --global user.name "tintinkung" + - name: Use Node.js + run: git config --global user.email "sukrit_dinosuar@hotmail.com" + run: git config --global user.name "tintinkung" - uses: actions/setup-node@main - name: Setup