redo environment read
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
31f9b2c06a
commit
07b6d4871f
9
.github/workflows/flake-update.yml
vendored
9
.github/workflows/flake-update.yml
vendored
@ -33,10 +33,9 @@ jobs:
|
||||
- name: Calculate diff
|
||||
run: nix ./utils/diff-evals.sh
|
||||
- name: Read diff into environment
|
||||
uses: andstor/file-reader-action@v1
|
||||
id: post_diff
|
||||
with:
|
||||
path: "post-diff"
|
||||
run: |
|
||||
postdiff=$(cat post-diff)
|
||||
echo "POSTDIFF=$postdiff" >> $GITHUB_ENV
|
||||
- name: Restore flake.lock for next step
|
||||
run: git restore flake.lock
|
||||
- name: Update flake.lock
|
||||
@ -52,7 +51,7 @@ jobs:
|
||||
```
|
||||
|
||||
```
|
||||
{{ env.steps.post_diff.outputs.contents }}
|
||||
{{ env.POSTDIFF }}
|
||||
```
|
||||
pr-labels: | # Labels to be set on the PR
|
||||
dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user