Skip to content

Commit 0bb2403

Browse files
committed
Describe this workflow, not the Instagram one it was ported from
The header block and the scrape job's name still said "one post from nasa" and "Fetch the posts", inherited from the Instagram twin. Both are the first thing a maintainer reads, and in this repository they named the wrong thing entirely. No behaviour changes.
1 parent f3d78b9 commit 0bb2403

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

‎.github/workflows/live.yml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# The only workflow that calls the real API. Needs the BRIGHTDATA_API_TOKEN
2-
# secret and spends about one credit per post.
2+
# secret and spends about one credit per profile.
33
#
44
# Four ways it runs:
5-
# on every push to main: one post from nasa and the README's links, one
6-
# credit and about three minutes, so a broken commit shows up at once.
5+
# on every push to main: one profile and the README's links, one
6+
# credit and about a minute, so a broken commit shows up at once.
77
# A newer push cancels a run still going for an older commit.
88
# by hand, from the Actions tab, to scrape whatever accounts you choose
9-
# every day at 06:00 UTC except Monday: one post from nasa, the async
9+
# every day at 06:00 UTC except Monday: one profile, the async
1010
# path, and the field table, about two credits
1111
# every Monday at 06:00 UTC: the same, plus every code block in the README,
1212
# about 35 credits and 30 minutes
@@ -50,12 +50,12 @@ concurrency:
5050

5151
jobs:
5252
scrape:
53-
name: Fetch the posts and attach them to this run
53+
name: Fetch the profiles and attach them to this run
5454
runs-on: ubuntu-latest
5555
timeout-minutes: 30 # fetch, async path, table; the README blocks have their own jobs
5656
env:
5757
BRIGHTDATA_API_TOKEN: ${{ secrets.BRIGHTDATA_API_TOKEN }}
58-
# On the daily schedule there are no inputs, so fall back to one cheap post.
58+
# On the daily schedule there are no inputs, so fall back to one cheap profile.
5959
PROFILES: ${{ inputs.profiles || 'satyanadella' }}
6060
# the async path and the field table run on every scheduled run and on request
6161
CHECK: ${{ github.event_name == 'schedule' || inputs.validate }}

0 commit comments

Comments
 (0)