Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues committed Jan 17, 2025
1 parent f03bc0e commit 4401ecb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/add_weekly_date.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
branch_date=$(date '+%Y-%m-%d')
curl -O https://raw.githubusercontent.com/rstats-on-nix/nixpkgs/refs/heads/2025-01-14/.github/workflows/trigger_build.yml
sed -i "s/2025-01-14/$branch_date/" trigger_build.yml
mv trigger_build.yml .github/workflows/trigger_build.yml
mv trigger_build.yml nixpkgs/.github/workflows/trigger_build.yml
- name: Commit and push changes
run: |
cd nixpkgs
git config user.name "github-actions"
git config user.email "[email protected]"
git add .
Expand Down

0 comments on commit 4401ecb

Please sign in to comment.