fix readdiff
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
07b6d4871f
commit
e9043f7bd5
10
.github/workflows/flake-update.yml
vendored
10
.github/workflows/flake-update.yml
vendored
@ -34,8 +34,14 @@ jobs:
|
|||||||
run: nix ./utils/diff-evals.sh
|
run: nix ./utils/diff-evals.sh
|
||||||
- name: Read diff into environment
|
- name: Read diff into environment
|
||||||
run: |
|
run: |
|
||||||
postdiff=$(cat post-diff)
|
delimiter="$(openssl rand -hex 8)"
|
||||||
echo "POSTDIFF=$postdiff" >> $GITHUB_ENV
|
{
|
||||||
|
echo "POSTDIFF=${delimiter}"
|
||||||
|
cat post-diff
|
||||||
|
echo "${delimiter}"
|
||||||
|
} >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|
||||||
- name: Restore flake.lock for next step
|
- name: Restore flake.lock for next step
|
||||||
run: git restore flake.lock
|
run: git restore flake.lock
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user