From 066ce169d5e54582be566ff278a18669497a2b2f Mon Sep 17 00:00:00 2001 From: JoschD <26184899+JoschD@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:04:11 +0200 Subject: [PATCH] checkout and pwd --- .github/workflows/assign_labels_to_all_repos.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/assign_labels_to_all_repos.yml b/.github/workflows/assign_labels_to_all_repos.yml index 03e4cf7..0771b10 100644 --- a/.github/workflows/assign_labels_to_all_repos.yml +++ b/.github/workflows/assign_labels_to_all_repos.yml @@ -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