Skip to content

Commit

Permalink
Fix var
Browse files Browse the repository at this point in the history
  • Loading branch information
alerman committed Sep 27, 2024
1 parent 17ddea8 commit b3557e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-accumulo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cache: 'maven'
- name: Testing
run: |
echo ${steps.accumuloCheckout.outputs.commit}
echo ${{steps.accumuloCheckout.outputs.commit}}
# - name: Build Accumulo
# run: |
# cd $GITHUB_WORKSPACE/accumulo
Expand Down

0 comments on commit b3557e3

Please sign in to comment.