This is the console output: 0s Run mathieudutour/github-tag-action@v5 with: github_token: *** default_bump: patch tag_prefix: v release_branches: production create_annotated_tag: false dry_run: false Error: Not Found This is the workflow file: name: basic job on: pull_request: branches: - production types: [closed] jobs: build: if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - uses: […]
Daily Archives: August 13, 2021
11 posts
I have a situation where I am copying thousands of photos of different filetypes into new folders on a new drive. Photos in their current state are unorganized and need to be structured better. I will copy the picturefiles manualy. My concern is that after I am done I might […]