Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Marven11 committed Aug 15, 2023
1 parent 3262f1a commit c427164
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-star-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ permissions:
jobs:
update:
runs-on: ubuntu-latest

steps:
- name: Switch to another branch
uses: actions/checkout@v3
- name: Switch to another branch
run: git checkout images
with:
ref: 'images'
- name: Update Star Charts
run: |
wget -O assets/stars.svg https://starchart.cc/Marven11/Fenjing.svg
Expand Down

0 comments on commit c427164

Please sign in to comment.