Skip to content

Commit bdaa90f

Browse files
committed
take out echo
1 parent 4be1ebe commit bdaa90f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
runs-on: ubuntu-latest
6969
timeout-minutes: 15
7070
steps:
71-
- name: Echo data
72-
run: |
73-
echo ${{ needs.job_get_metadata.outputs.commit_sha }} - ${{ needs.job_get_metadata.outputs.commit_message }}
71+
# - name: Echo data
72+
# run: |
73+
# echo ${{ needs.job_get_metadata.outputs.commit_sha }} - ${{ needs.job_get_metadata.outputs.commit_message }}
7474
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_sha }} -${{ needs.job_get_metadata.outputs.commit_message }})
7575
uses: actions/checkout@v2
7676
with:

0 commit comments

Comments
 (0)