Skip to content

[Snyk] Security upgrade nltk from 3.8.1 to 3.8.2 (#72) #199

[Snyk] Security upgrade nltk from 3.8.1 to 3.8.2 (#72)

[Snyk] Security upgrade nltk from 3.8.1 to 3.8.2 (#72) #199

Workflow file for this run

name: Backup On Branch
on:
push:
branches:
- main # Trigger on the mrayanasim branch
jobs:
backup:
runs-on: ubuntu-latest
steps:
- name: Checkout the Branch
uses: actions/checkout@v2
with:
ref: mrayanasim # Checkout the main branch
- name: Upload Main Branch to Backup
uses: actions/upload-artifact@v2
with:
name: repository-backup
path: . # This will upload all files in the main branch