Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvapiav committed Mar 15, 2024
1 parent 1d00d75 commit 553b785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/actions/build-n-upload-action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ echo "pwd=$GITHUB_WORKSPACE" >> $GITHUB_OUTPUT

cd $GITHUB_WORKSPACE

echo "ls=$(ls)" >> $GITHUB_OUTPUT
ls -a

# echo "ls=$(ls)" >> $GITHUB_OUTPUT
# echo "status=$(git log)" >> $GITHUB_OUTPUT

4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
run: |
echo "The time was ${{ steps.hello.outputs.time }}"
echo "The pwd was ${{ steps.hello.outputs.pwd }}"
echo "The ls was ${{ steps.hello.outputs.ls }}"
echo "The status was ${{ steps.hello.outputs.status }}"
# echo "The ls was ${{ steps.hello.outputs.ls }}"
# echo "The status was ${{ steps.hello.outputs.status }}"
build-yml-check:
uses: ./.github/workflows/build-yml-check.yml
Expand Down

0 comments on commit 553b785

Please sign in to comment.