Skip to content

Commit

Permalink
chore: Adjust cd (#3)
Browse files Browse the repository at this point in the history
* 🔧 Adjust condition

* 🔧 Adjust checkout
  • Loading branch information
tatsushitoji authored Mar 7, 2020
1 parent dcbca6b commit 112125c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/syncglitch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
sync_glitch:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- uses: actions/[email protected]
with:
ref: ${{ github.ref }}
- uses: actions/[email protected]
with:
node-version: 12.x
Expand Down

0 comments on commit 112125c

Please sign in to comment.