Skip to content

Commit 8d2f4df

Browse files
committed
Try to fix the CI
1 parent 4a3d263 commit 8d2f4df

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/pr-validation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: Install golangci-lint
3737
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
3838

39+
- name: Add Go bin to PATH
40+
run: echo "${HOME}/go/bin" >> $GITHUB_PATH
41+
3942
- name: Lint Go code
4043
run: ./scripts/lint-go.sh ci
4144

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,12 @@ USAGE:
288288
Get the status of async-profiler on a running Java application
289289

290290
OPTIONS:
291+
-args -a, Miscellaneous arguments to pass to the command (if supported) in the
292+
container, be aware to end it with a space if it is a simple option. For
293+
commands that create arbitrary files (jcmd, asprof), the environment
294+
variables @FSPATH, @ARGS, @APP_NAME, @FILE_NAME, and @STATIC_FILE_NAME are
295+
available in --args to reference the working directory path, arguments,
296+
application name, and generated file name respectively.
291297
-container-dir -cd, the directory path in the container that the heap dump/JFR/... file will be
292298
saved to
293299
-dry-run -n, just output to command line what would be executed
@@ -299,12 +305,6 @@ OPTIONS:
299305
container, implies '--keep'
300306
-verbose -v, enable verbose output for the plugin
301307
-app-instance-index -i [index], select to which instance of the app to connect
302-
-args -a, Miscellaneous arguments to pass to the command (if supported) in the
303-
container, be aware to end it with a space if it is a simple option. For
304-
commands that create arbitrary files (jcmd, asprof), the environment
305-
variables @FSPATH, @ARGS, @APP_NAME, @FILE_NAME, and @STATIC_FILE_NAME are
306-
available in --args to reference the working directory path, arguments,
307-
application name, and generated file name respectively.
308308

309309
</pre>
310310

0 commit comments

Comments
 (0)