Skip to content

Commit

Permalink
Update this_week_in_rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera authored Oct 24, 2023
1 parent 8283daf commit a262a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/this_week_in_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Define Current Date
run: |
# export CURR_DATE=$(date +%F)
echo 'DATE="2023-10-18"'>>$GITHUB_ENV
echo 'DATE=2023-10-18'>>$GITHUB_ENV
- name: Download the Article
id: download_article
run: curl "https://raw.githubusercontent.com/rust-lang/this-week-in-rust/master/content/$DATE-this-week-in-rust.md" --fail-with-body -o "$DATE-tmp.md"
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Define Current Date
run: |
# export CURR_DATE=$(date +%F)
echo 'DATE="2023-10-18"'>>$GITHUB_ENV
echo 'DATE=2023-10-18'>>$GITHUB_ENV
- uses: fabasoad/translation-action@main
id: translation_step
with:
Expand Down

0 comments on commit a262a4b

Please sign in to comment.