Skip to content

Commit

Permalink
Fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
letelete committed Dec 8, 2024
1 parent 106bda8 commit 5dbccc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-year-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./scripts
working-directory: ./.github/scripts
steps:
- uses: actions/checkout@v4
- name: Get current year
id: get-year
run: echo "::set-output name=year::$(date +'%Y')"
- run: chmod +x update-year-readme.sh
- run: chmod +x parse-year.sh
- run: chmod +x update-parse-day-benchmark.sh
- run: chmod +x ./update-year-readme.sh
- run: chmod +x ./parse-year.sh
- run: chmod +x ./update-parse-day-benchmark.sh
- name: Update year ${{ steps.get-year.outputs.year }} README.md
run: ./update-year-readme.sh ${{ steps.get-year.outputs.year }}
shell: bash

0 comments on commit 5dbccc1

Please sign in to comment.