Skip to content

Automated Pull Request From main to feature/test Branch #1357

Automated Pull Request From main to feature/test Branch

Automated Pull Request From main to feature/test Branch #1357

name: "25 - Artifacts between workflows 1"
on: pull_request
jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: Save the PR number in an artifact
shell: bash
env:
PR_NUM: ${{ github.event.number }}
run: echo $PR_NUM > pr_num.txt
- name: Upload the PR number
uses: actions/[email protected]
with:
name: pr_num
path: ./pr_num.txt