Skip to content

Commit

Permalink
cd to working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
elcasteel committed Aug 16, 2023
1 parent 9ced377 commit 10e607d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ runs:
shell: bash
run: |
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
echo "$(pwd)" >> $GITHUB_OUTPUT
echo "ls -la" >> $GITHUB_OUTPUT
- name: Cache
uses: actions/cache@v3
id: cache
Expand All @@ -63,6 +61,6 @@ runs:
shell: bash
run: |
cd ${{ inputs.working-directory }}
echo "$(pwd)" >> $GITHUB_OUTPUT
echo " '$(pwd)' " >> $GITHUB_OUTPUT
echo "ls -la" >> $GITHUB_OUTPUT
# make mod-download

0 comments on commit 10e607d

Please sign in to comment.