Skip to content

updated host name for staging community version (#8058) #1526

updated host name for staging community version (#8058)

updated host name for staging community version (#8058) #1526

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
pr:
name: Save PR Info
permissions:
contents: none
runs-on: ubuntu-latest
steps:
- name: Save PR number to file
if: github.event_name == 'pull_request'
run: echo ${{ github.event.number }} > PR_NUMBER.txt
- name: Archive PR number
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: PR_NUMBER
path: PR_NUMBER.txt