From 33d0e2aef8d2ed7f5bc5b2628965ad081338214f Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Thu, 18 Jan 2024 00:18:29 -0600 Subject: [PATCH] Add another missing $ to deploy_unified_header.yml. --- .github/workflows/deploy_unified_header.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_unified_header.yml b/.github/workflows/deploy_unified_header.yml index 0d2fe7eb..6416b732 100644 --- a/.github/workflows/deploy_unified_header.yml +++ b/.github/workflows/deploy_unified_header.yml @@ -25,6 +25,6 @@ jobs: run: | git fetch git switch single_header - mv {{github.workspace}}/onebig.hpp ${{github.workspace}}/include/boost/parser/parser_unified.hpp + mv ${{github.workspace}}/onebig.hpp ${{github.workspace}}/include/boost/parser/parser_unified.hpp git commit -am 'Generated by Github action on push to master.'