diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index a9f1001..9510bf2 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -29,7 +29,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} # Required - # Working directory for the backport script + # Working directory for the backport action github_workspace: ${{ github.workspace }} # Optional diff --git a/README.md b/README.md index 776e16e..b5070bc 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} # Required - # Working directory for the backport script + # Working directory for the backport action github_workspace: ${{ github.workspace }} # Optional @@ -112,7 +112,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} # Required - # Working directory for the backport script + # Working directory for the backport action github_workspace: ${{ github.workspace }} # Optional