From 83fbd1f62705baa934cfd03964fde0d747ce6c32 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 24 Oct 2020 12:16:05 +1030 Subject: [PATCH] Fix GitHub Actions error: A branch or tag with the name '3' could not be found. --- .github/workflows/publish_api_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_api_documentation.yml b/.github/workflows/publish_api_documentation.yml index 199ea349..32663ec4 100644 --- a/.github/workflows/publish_api_documentation.yml +++ b/.github/workflows/publish_api_documentation.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: 3.0 + ref: "3.0" - uses: actions/setup-python@v2 with: python-version: 3.6