Skip to content

ci(github): echo repository variable in environment-variables.yml #248

ci(github): echo repository variable in environment-variables.yml

ci(github): echo repository variable in environment-variables.yml #248

name: Upload Artifact
on: push
jobs:
auto-approve:
runs-on: ubuntu-latest
# https://github.com/actions/upload-artifact#usage
steps:
- uses: actions/checkout@v4
- run: mkdir -p path/to/artifact
- run: echo hello > path/to/artifact/world.txt
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: path/to/artifact/world.txt