diff --git a/.github/workflows/url_checker.yml b/.github/workflows/url_checker.yml index 944206e5b..57d396b9b 100644 --- a/.github/workflows/url_checker.yml +++ b/.github/workflows/url_checker.yml @@ -8,9 +8,9 @@ on: jobs: build: runs-on: ubuntu-latest - defaults: - run: - working-directory: ./test + #defaults: + # run: + # working-directory: ./test steps: - name: checkout repo content uses: actions/checkout@v4 # checkout the repository content @@ -20,15 +20,19 @@ jobs: with: python-version: '3.11' # install the python version needed - - name: install python packages - run: | - python -m pip install --upgrade pip - pip install -r requirements.txt + #- name: install python packages + # run: | + # python -m pip install --upgrade pip + # pip install -r requirements.txt + + #- name: execute py script # run url_checker.py + # env: + # DC_API_KEY: ${{ secrets.DC_API_KEY }} + # run: python url_checker.py --update_allowlist - - name: execute py script # run url_checker.py - env: - DC_API_KEY: ${{ secrets.DC_API_KEY }} - run: python url_checker.py --update_allowlist + - name: test + run: | + printf ".env\n\n\n" > .gitignore - name: create pull request uses: peter-evans/create-pull-request@v6 @@ -37,7 +41,6 @@ jobs: committer: n-h-diaz <77713883+n-h-diaz​@users.noreply.github.com> author: n-h-diaz <77713883+n-h-diaz​@users.noreply.github.com> signoff: false - branch: update-url delete-branch: true title: 'Update url_allowlist.csv' body: |