Skip to content

Commit

Permalink
action is ready to go
Browse files Browse the repository at this point in the history
  • Loading branch information
Zain-ul-din committed Mar 16, 2024
1 parent 0a95ed2 commit f4db9a8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/crawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f4db9a8

Please sign in to comment.