Skip to content

Commit

Permalink
chore: remove test echo variable
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Oct 5, 2023
1 parent 219fdcb commit ab5b9df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
echo "ref=`cat head.json | jq -r '.ref'`" >> $GITHUB_OUTPUT
echo "sha=`cat head.json | jq -r '.sha'`" >> $GITHUB_OUTPUT
- name: Test echo
run: |
echo repo:${{ steps.pull_request_info.outputs.repo }}
echo ref :${{ steps.pull_request_info.outputs.ref }}
echo sha :${{ steps.pull_request_info.outputs.sha }}
# - name: Test echo
# run: |
# echo repo:${{ steps.pull_request_info.outputs.repo }}
# echo ref :${{ steps.pull_request_info.outputs.ref }}
# echo sha :${{ steps.pull_request_info.outputs.sha }}

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ab5b9df

Please sign in to comment.