From eaf2da6c57cc2e4572a9c9979da0a6dc99e66a22 Mon Sep 17 00:00:00 2001 From: Oscar Arreola <77394565+Oscar-gg@users.noreply.github.com> Date: Fri, 27 Sep 2024 02:03:50 -0600 Subject: [PATCH] Update sync-fork.yml --- .github/workflows/sync-fork.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml index 8ef04a9..9dd91d1 100644 --- a/.github/workflows/sync-fork.yml +++ b/.github/workflows/sync-fork.yml @@ -19,7 +19,7 @@ jobs: run: | # Assume repo has the same name in account REPO_NAME=${GITHUB_REPOSITORY##*/} - ACCOUNT=${env.PERSONAL_ACCOUNT} + ACCOUNT=${{env.PERSONAL_ACCOUNT}} curl -L \ -X POST \ -H "Accept: application/vnd.github+json" \