Commit 7707965 1 parent e021f53 commit 7707965 Copy full SHA for 7707965
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- name : " Bazel steward "
1
+ name : " Bazel Steward "
2
2
description : " Automatically searches bazel repositories for dependencies and updates them"
3
3
author : " "
4
4
inputs :
@@ -48,12 +48,15 @@ runs:
48
48
- name : Build jar file
49
49
if : ${{ inputs.use-release != 'true' }}
50
50
uses : ./.github
51
+ - name : Move obtained bazel-steward.jar
52
+ run : mv bazel-steward.jar /tmp/bazel-steward.jar
53
+ shell : bash
51
54
- name : Setup git user
52
55
uses : fregante/setup-git-user@v2
53
56
- name : Run bazel steward
54
57
run : |
55
58
NO_REMOTE=$([[ $PUSH_TO_REMOTE == 'true' ]] && echo "" || echo "--no-remote")
56
- java -Dorg.slf4j.simpleLogger.defaultLogLevel=INFO -jar bazel-steward.jar \
59
+ java -Dorg.slf4j.simpleLogger.defaultLogLevel=INFO -jar /tmp/ bazel-steward.jar \
57
60
--github $NO_REMOTE --config-path '${{ inputs.configuration-path }}' ${{ inputs.additional-args }}
58
61
shell : bash
59
62
env :
You can’t perform that action at this time.
0 commit comments