Update actions.yml #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Actions Workflow | |
on: [ push ] | |
jobs: | |
graph-models: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
with: | |
# Make sure the actual branch is checked out when running on pull requests | |
ref: ${{ github.head_ref }} | |
- name: Generate Data Schema | |
uses: noah-software/[email protected] | |
with: | |
# This part is also where you can pass other options, for example: | |
pip_path: E-Authentication-System-Using-QR-Code-OTP/backend django/auth/requirement.txt |