From f4db9a80bf3d79362c058cffd0b0d4ad37ec2958 Mon Sep 17 00:00:00 2001 From: zainuldeen <78583049+Zain-ul-din@users.noreply.github.com> Date: Sun, 17 Mar 2024 01:59:19 +0500 Subject: [PATCH] action is ready to go --- .github/workflows/crawl.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crawl.yml b/.github/workflows/crawl.yml index 5331bddf5..647ccdf15 100644 --- a/.github/workflows/crawl.yml +++ b/.github/workflows/crawl.yml @@ -20,15 +20,11 @@ jobs: echo "OPEN_DB_IV=${{ secrets.OPEN_DB_IV }}" >> .env echo "PHPSESSID=${{ secrets.PHPSESSID }}" >> .env - - name: Print .env file content - run: cat .env + - name: Install Packages + run: yarn && yarn add -D - - name: Generate random string - id: random_string - run: echo "RANDOM_STRING=$(openssl rand -hex 16)" >> date.txt - - - name: Print random string - run: echo "${{ steps.random_string.outputs.RANDOM_STRING }}" + - name: Burn 🔥 + run: yarn dev - name: Push to Github run: |