Skip to content

Commit

Permalink
checkout and pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschD committed Sep 10, 2024
1 parent 16c6cb2 commit 066ce16
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/assign_labels_to_all_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,17 @@ jobs:
assign-labels:
runs-on: ubuntu-latest
steps:
# - name: Checkout the repo
# uses: actions/checkout@v4
- name: Checkout the repo
uses: actions/checkout@v4

- name: Test the repo
run: |
tree
- name: show current working directory
run: |
pwd
# - name: Install github-label-sync
# run: |
# npm install -g github-label-sync
Expand Down

0 comments on commit 066ce16

Please sign in to comment.