Skip to content

Commit

Permalink
chore: tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdef1cafe committed Feb 28, 2023
1 parent 6806482 commit af33a0d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
if: ${{ github.event_name == 'push' }}
run: |
echo "COMMIT_SHORT_HASH=`echo ${GITHUB_SHA} | cut -c1-7`" >> ${GITHUB_ENV}
- name: Show commit values
run: |
echo "${{ env.COMMIT_SHORT_HASH }}"
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand All @@ -43,10 +40,6 @@ jobs:
~/.cache/Cypress
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
# debug github action context
- name: machine echo github
env: { CONTENT : "${{ toJson(github) }}" }
run: "echo $CONTENT"
- name: Yarn Install
run: yarn install --frozen-lockfile
- name: Build
Expand Down

0 comments on commit af33a0d

Please sign in to comment.