name: "Deploy on Comment" on: issue_comment: types: [created] jobs: deploy: runs-on: ubuntu-latest if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy') steps: - uses: actions/download-artifact@v4 with: name: package - name: Deploy run: | echo "Deploying..." ls -R