Skip to content

After having PR_target right in the develop branch #69

After having PR_target right in the develop branch

After having PR_target right in the develop branch #69

Workflow file for this run

name: C3
on:
pull_request:
push:
jobs:
before-publish-upload-artifact:
runs-on: ubuntu-20.04
steps:
- name: Create artifact A3
run: echo "This is an artifact from C3 4 After access" > report.txt
- name: Uploading A3 as artifact
uses: actions/upload-artifact@v4
with:
name: report
path: report.txt