From d6b278a181db7274be14b634d6dcd18bca35c812 Mon Sep 17 00:00:00 2001 From: Armon Raphiel <153133599+araphiel-nf@users.noreply.github.com> Date: Wed, 24 Jan 2024 02:39:09 -0600 Subject: [PATCH] fix: fix checkout config error (#6) --- .github/workflows/deploy-manual.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-manual.yml b/.github/workflows/deploy-manual.yml index b00525a..cd3d9f3 100644 --- a/.github/workflows/deploy-manual.yml +++ b/.github/workflows/deploy-manual.yml @@ -21,7 +21,8 @@ jobs: steps: - name: Checkout ${{ github.event.inputs.tag }} uses: actions/checkout@v4 - ref: ${{ github.event.inputs.tag }} + with: + ref: ${{ github.event.inputs.tag }} - name: Deploying to ${{ github.event.inputs.environment }} run: echo "Deploy to AppCenter"