Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin0313 committed Aug 25, 2024
1 parent 9684634 commit 265fbbe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/workflow_name.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Run name
run-name: Run by @${{ github.actor }}
on: push
jobs:
print:
runs-on: ubuntu-latest
steps:
- run: echo "Hello"

0 comments on commit 265fbbe

Please sign in to comment.