- Notifications
You must be signed in to change notification settings - Fork286
Open
Description
Hello, here is what my YAML file looks like:
myTitle: timeout-minutes: 60 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: webfactory/ssh-agent@v0.5.3 with: ssh-private-key: | ${{ secrets.SSH_KEY_ONE }} ${{ secrets.SSH_Key_TWO }}I've tried it with just the first key and just the second key, and they both work. However, when I use two keys at the same time, only one seems to be detected. Is there something I’m missing?
Metadata
Metadata
Assignees
Labels
No labels