Skip to content

Commit

Permalink
ci: mount /mnt as /project
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Feb 5, 2024
1 parent 61de920 commit d3a43f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
CHANGELOG_FILE: "/tmp/CHANGELOG"
options: --user docker
volumes:
- ${{ github.workspace }}:/project
- /mnt:/project
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
Expand Down

0 comments on commit d3a43f5

Please sign in to comment.