Untitled

 avatar
unknown
plain_text
2 years ago
489 B
7
Indexable
  - name: Setup SSH
              uses: webfactory/[email protected]
              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 "[email protected]"
                git config --global user.name "digitsontr"
            - name: Checkout
              uses: actions/checkout@v4
Editor is loading...
Leave a Comment