clojure-dependency-update-action icon indicating copy to clipboard operation
clojure-dependency-update-action copied to clipboard

Update process is failing

Open fdabrao opened this issue 2 years ago • 0 comments

Bug Report

Describe the Bug

Two weeks ago it start to runing this error: image

User Information

name: Batch Dependency Update

on:
  workflow_dispatch:

  schedule:
    - cron: "50 1 * * 1" # Mondays at 1:50 AM

jobs:
  update-deps:
    name: Update dependencies

    runs-on: ubuntu-latest

    steps:
    - name: Checkout Latest Commit
      uses: actions/[email protected]

    - name: Check deps
      uses:  nnichols/clojure-dependency-update-action@v5
      with:
        github-token: ${{ secrets.GITHUB_TOKEN }}
        batch: "true"
        branch: "development"
        skips: "github-action"

fdabrao avatar Nov 08 '23 01:11 fdabrao