feature/remove-cache #38
17
.github/workflows/flake-update.yml
vendored
17
.github/workflows/flake-update.yml
vendored
@ -94,14 +94,13 @@ jobs:
|
|||||||
run: nix ./utils/eval-to-drv.sh post
|
run: nix ./utils/eval-to-drv.sh post
|
||||||
- name: Calculate diff
|
- name: Calculate diff
|
||||||
run: nix ./utils/diff-evals.sh
|
run: nix ./utils/diff-evals.sh
|
||||||
- name: Read diff into environment
|
- name: Read file contents
|
||||||
run: |
|
id: read_file
|
||||||
delimiter="$(openssl rand -hex 8)"
|
uses: andstor/file-reader-action@v1
|
||||||
{
|
with:
|
||||||
echo "POSTDIFF<<${delimiter}"
|
path: "post-diff"
|
||||||
cat post-diff
|
- name: File contents
|
||||||
echo "${delimiter}"
|
run: echo "${ steps.read_file.outputs.contents }"
|
||||||
} >> $GITHUB_ENV
|
|
||||||
- name: Write PR body template
|
- name: Write PR body template
|
||||||
uses: https://github.com/DamianReeves/write-file-action@v1.3
|
uses: https://github.com/DamianReeves/write-file-action@v1.3
|
||||||
with:
|
with:
|
||||||
@ -114,7 +113,7 @@ jobs:
|
|||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
{{ env.POSTDIFF }}
|
{{ steps.read_file.outputs.contents }}
|
||||||
```
|
```
|
||||||
|
|
||||||
Auto-generated by [update.yml][1] with the help of
|
Auto-generated by [update.yml][1] with the help of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user