Skip to content

Commit

Permalink
Update action 8
Browse files Browse the repository at this point in the history
  • Loading branch information
lscgh committed Jan 25, 2024
1 parent a9dfcc1 commit 5956fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-action-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
run: "echo Build"
- name: "Check out"
uses: actions/checkout@v4
- name: "List workspace directory"
run: "ls ${{ github.workspace }}"
- name: "List workspace directory /mavenmcserver"
run: "ls ${{ github.workspace }}/mavenmcserver"
- name: "Get maven version"
run: "mvn --version"
Install:
Expand Down

0 comments on commit 5956fc6

Please sign in to comment.