Skip to content

Commit

Permalink
docs(README): fix github_workspace input description
Browse files Browse the repository at this point in the history
This still referred to the backport script, but that no longer exists.
Instead the github_workspace is used as the working directory for the
backport action.
  • Loading branch information
korthout committed Oct 6, 2021
1 parent 6e2c8d9 commit 3c654ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3c654ec

Please sign in to comment.