We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502a8b0 commit f0c26b7Copy full SHA for f0c26b7
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
- name: Install SSH keys
22
- if: ${{ github.event_name == 'push' }}
+ if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
23
env:
24
SSH_ID: ${{ secrets.SSH_ID }}
25
run: ./.scripts/install_ssh_id.sh
@@ -37,7 +37,7 @@ jobs:
37
- name: build
38
run: ./.scripts/build.sh
39
- name: deploy
40
41
42
COMMITER_NAME: ${{ github.event.commits[0].author.name }}
43
COMMITER_EMAIL: ${{ github.event.commits[0].author.email }}
0 commit comments