-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f03bc0e
commit 4401ecb
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 . | ||
|