File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ jobs:
4141 --silent \
4242 -H "Accept: application/vnd.github+json" \
4343 -H "X-GitHub-Api-Version: 2022-11-28" \
44- /repos/${OWNER }/${REPOSITORY }/actions/artifacts/${ID}
44+ /repos/${REPOSITORY_OWNER }/${REPOSITORY_NAME }/actions/artifacts/${ID}
4545 done
4646 env :
4747 GH_TOKEN : ${{ github.token }}
48- OWNER : ${{ github.repository_owner }}
49- REPOSITORY : ${{ github.repository.name }}
48+ REPOSITORY_OWNER : ${{ github.repository_owner }}
49+ REPOSITORY_NAME : ${{ github.event .repository.name }}
5050 BRANCH : ${{ github.head_ref }}
5151
5252 clean-documentation-preview :
6060 sudo apt-get update
6161 sudo apt-get install -y rclone
6262 echo "${{ inputs.CONFIGURATION }}" > rclone.configuration
63- rclone --config rclone.configuration prune ${PROVIDER}:${BUCKET}/${PULL_REQUEST_NUMBER}/
63+ rclone --config rclone.configuration purge ${PROVIDER}:${BUCKET}/${PULL_REQUEST_NUMBER}/
6464 env :
6565 CONFIGURATION : ${{ secrets.RCLONE_CONFIG_DOC_PREVIEW }}
6666 PROVIDER : scaleway
You can’t perform that action at this time.
0 commit comments