Skip to content

Could not infer a metadata type error - when running sf project deploy start -d cc-employee-app #8

Could not infer a metadata type error - when running sf project deploy start -d cc-employee-app

Could not infer a metadata type error - when running sf project deploy start -d cc-employee-app #8

Workflow file for this run

name: Issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: trailheadapps-Ubuntu
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ vars.DEFAULT_ISSUE_ASSIGNEE }}