From d8d5a6dff9935f5b7a89750d123d0fc9a70cb534 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 12 Mar 2025 23:29:15 -0400 Subject: [PATCH] update to github-file-reader-action-v2 --- .github/workflows/flake-update.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index c9a1e9c..977f64a 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -42,11 +42,9 @@ jobs: run: nix ./utils/diff-evals.sh - name: Read file contents id: read_file - uses: andstor/file-reader-action@v1 + uses: guibranco/github-file-reader-action-v2@latest with: path: "post-diff" - - name: File contents - run: echo "${ steps.read_file.outputs.contents }" - name: Write PR body template uses: https://github.com/DamianReeves/write-file-action@v1.3 with: