Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaengelhard committed Feb 6, 2024
1 parent f73bfcc commit adc16bd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/portfolio.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish to GitHub Packages

on:
push:
branches: "main"
workflow_dispatch:

jobs:
portfolio:
runs-on: ubuntu-latest
steps:
- name: "Read file contents"
uses: andstor/file-reader-action@v1
with:
path: "README.md"
- name: File contents
run: echo "${ steps.read_file.outputs.contents }"

0 comments on commit adc16bd

Please sign in to comment.