Skip to content

Commit

Permalink
Add scraped quarter to actions run name
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepTester authored Nov 12, 2024
1 parent 874b0c5 commit 97b4990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Scrape UCSD schedules
run-name: Scrape UCSD schedules (${{ format(inputs.quarter == 'Summer' && '{0} 20{1}' || '{0}{1}', inputs.quarter, inputs.year) }})

on:
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

[**Scrape schedules**](https://github.com/SheepTester/uxdy/actions/workflows/scrape.yml)

## Development

```sh
Expand Down

0 comments on commit 97b4990

Please sign in to comment.