Skip to content

Commit

Permalink
REMOVE_ME: fix cwd push action
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Liva <[email protected]>
  • Loading branch information
thisthat committed Nov 13, 2023
1 parent 8dee35e commit 3121edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ jobs:
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
cwd: ${{ inputs.page_dir }}
cwd: ${{ env.PAGE_DIR }}
message: "releasing documentation ${{ inputs.tag_name }}"

0 comments on commit 3121edf

Please sign in to comment.