Update eslint.yml

This commit is contained in:
Abdullah Atta
2020-03-09 17:52:12 +05:00
committed by GitHub
parent aea0c3c314
commit a4ce2ae284

View File

@@ -26,9 +26,9 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Setup SSH
uses: pioug/la-cle@v1.0.0
uses: webfactory/ssh-agent@v0.2.0
with:
GH_SSH_KEY: ${{ secrets.GH_SSH_KEY }}
ssh-private-key: ${{ secrets.GH_SSH_KEY }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with: