Skip to content

Commit 97b4990

Browse files
authored
Add scraped quarter to actions run name
1 parent 874b0c5 commit 97b4990

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/scrape.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Scrape UCSD schedules
2+
run-name: Scrape UCSD schedules (${{ format(inputs.quarter == 'Summer' && '{0} 20{1}' || '{0}{1}', inputs.quarter, inputs.year) }})
23

34
on:
45
workflow_dispatch:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
What if 👀 i made 👉👈 another schedule app 👁👁 but for ucsd 😮💦
44

5+
[**Scrape schedules**](https://github.com/SheepTester/uxdy/actions/workflows/scrape.yml)
6+
57
## Development
68

79
```sh

0 commit comments

Comments
 (0)