Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lqy222 authored Jun 25, 2023
1 parent 8f683d3 commit d23e283
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ jobs:
steps:
# Runs a single command using the runners shell
- name: Send greeting
run:
echo "Hello ${{ inputs.name }}"
export MAVEN_OPTS=\"-Dmaven.repo.local=$(pwd)\"
echo $MAVEN_OPTS
- run: export MAVEN_OPTS=\"-Dmaven.repo.local=$(pwd)\"
- run: echo $MAVEN_OPTS

0 comments on commit d23e283

Please sign in to comment.