Skip to content

Gracefully handle the case where an installation is gone #29

Gracefully handle the case where an installation is gone

Gracefully handle the case where an installation is gone #29

Workflow file for this run

name: Test workflow with upload
on:
push:
paths: ['.github/workflows/upload-test.yml']
pull_request:
paths: ['.github/workflows/upload-test.yml']
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: |
echo "Example artifact for $GITHUB_RUN_ID" >art.txt
- uses: actions/upload-artifact@v2
with:
name: some-artifact
path: art.txt