Untitled
unknown
plain_text
a year ago
489 B
2
Indexable
- name: Setup SSH uses: webfactory/ssh-agent@v0.5.1 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Setup Git Client run: | ssh-keyscan -H github.com >> ~/.ssh/known_hosts git config --global user.email "admin@digitson.com.tr" git config --global user.name "digitsontr" - name: Checkout uses: actions/checkout@v4
Editor is loading...
Leave a Comment