Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya committed Feb 20, 2024
1 parent fe73269 commit 120e045
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ permissions:
id-token: write

jobs:
debug:
name: Debug
runs-on: ubuntu-latest
steps:
- name: Print some garbage
run: |
echo 'actor=${{github.actor}}'
echo 'repo=${{github.repository}}'
build-make:
name: Make
runs-on: ubuntu-latest
Expand Down

0 comments on commit 120e045

Please sign in to comment.