Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pandrabox committed Sep 1, 2024
2 parents 4a7aa05 + c3dbe63 commit 5546e0e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

name: test

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Hello World
run: |
echo "${GITHUB_REPOSITORY#${GITHUB_REPOSITORY_OWNER}/}"

0 comments on commit 5546e0e

Please sign in to comment.