Skip to content

Commit

Permalink
22nd Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Aug 1, 2024
1 parent 84b381f commit d3756c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
jobs:
cd:
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.client_payload.sha }}
- env:
SHA: ${{ github.event.client_payload.sha }}
run: echo $SHA
7 changes: 3 additions & 4 deletions .github/workflows/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
jobs:
cd:
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.client_payload.sha }}
- env:
SHA: ${{ github.event.client_payload.sha }}
run: echo $SHA

0 comments on commit d3756c6

Please sign in to comment.