Compare commits
3 commits
4f7be81615
...
73e41f1547
Author | SHA1 | Date | |
---|---|---|---|
73e41f1547 | |||
ee0b8b46af | |||
8976a88dc6 |
2 changed files with 5 additions and 5 deletions
|
@ -43,7 +43,7 @@ jobs:
|
|||
echo "commits=$(git log --oneline origin/main..HEAD)" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Create Pull Request
|
||||
if: ${{ steps.update_lockfile.outputs.commits }} != ""
|
||||
if: ${{ steps.update_lockfile.outputs.commits != '' }}
|
||||
run: |
|
||||
git push origin HEAD
|
||||
curl -X POST \
|
||||
|
|
8
flake.lock
generated
8
flake.lock
generated
|
@ -22,16 +22,16 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1730785428,
|
||||
"narHash": "sha256-Zwl8YgTVJTEum+L+0zVAWvXAGbWAuXHax3KzuejaDyo=",
|
||||
"lastModified": 1730958623,
|
||||
"narHash": "sha256-JwQZIGSYnRNOgDDoIgqKITrPVil+RMWHsZH1eE1VGN0=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "4aa36568d413aca0ea84a1684d2d46f55dbabad7",
|
||||
"rev": "85f7e662eda4fa3a995556527c87b2524b691933",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-unstable",
|
||||
"ref": "nixpkgs-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue