Skip to content

Bump actions/upload-artifact from 4.3.4 to 4.3.5 in /.github/actions/test_conformance_suite in the gha-dependencies group #207

Bump actions/upload-artifact from 4.3.4 to 4.3.5 in /.github/actions/test_conformance_suite in the gha-dependencies group

Bump actions/upload-artifact from 4.3.4 to 4.3.5 in /.github/actions/test_conformance_suite in the gha-dependencies group #207

Workflow file for this run

name: Add to Project
on:
issues:
types:
- opened
- transferred
pull_request_target:
types:
- opened
permissions: {}
env:
PROJECT_URL: ${{ vars.PROJECT_URL != '' && vars.PROJECT_URL || 'https://github.com/orgs/Arelle/projects/3' }}
jobs:
add-to-project:
name: PR
runs-on: ubuntu-22.04
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: ${{ env.PROJECT_URL }}
github-token: ${{ secrets.PROJECT_TOKEN }}