Skip to content

Commit

Permalink
WIP: add: .github/workflows/pr-action.yml (review/main)
Browse files Browse the repository at this point in the history
Origin: #1
Signed-off-by: Philippe Coval <[email protected]>
Change-Id: I2ad6c8e6b2603557bcb55632125cbef885943675
  • Loading branch information
rzr committed Jul 18, 2024
1 parent 72ae05a commit 7ad3872
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# YAML
---
name: download-action
on:
pull_request:
push:
jobs:
post:
runs-on: ubuntu-latest
steps:
- id: fetch
env:
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: gh release download --repo https://github.com/CrossStream/crossstream-wip --pattern crossstream.txt

0 comments on commit 7ad3872

Please sign in to comment.