Skip to content

Commit

Permalink
Use SHA instead of version
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Dec 18, 2024
1 parent 8a599c2 commit 6514ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-assets-to-plugin-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
svn st | awk '/^?/ {print $2}' | xargs -r svn add
svn st | awk '/^!/ {print $2}' | xargs -r svn rm
svn commit assets \
-m "Sync assets for version $VERSION" \
-m "Sync assets for commit $GITHUB_SHA" \
--no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD" \
--config-option=servers:global:http-timeout=600

0 comments on commit 6514ea0

Please sign in to comment.