Skip to content

Commit

Permalink
Add debug job
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralButter committed Dec 13, 2023
1 parent c064794 commit e8470e8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: debug

on: push

jobs:
debug:
name: debug
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Debug
run: |
pwd
ls
ls /__w/${GITHUB_REPOSITORY#*/}/${GITHUB_REPOSITORY#*/}/

0 comments on commit e8470e8

Please sign in to comment.