update gh workflow actions (#1809)

This commit is contained in:
Vitalij Dovhanyc
2024-03-13 13:43:06 +01:00
committed by GitHub
parent 1d3eae8861
commit ef26f58085
11 changed files with 100 additions and 94 deletions

View File

@@ -5,11 +5,12 @@ on:
branches:
- main
workflow_dispatch:
jobs:
add-contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Delete upstream contributor branch
# Allow continue on failure to account for when the
# upstream branch is deleted or does not exist.