From 1aa782b02ece9b29d40aeabd124d30c897169078 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 27 Jul 2023 01:58:08 +0200 Subject: [PATCH] CI: print actor --- .github/workflows/deploy_pietervdvn.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_pietervdvn.yml b/.github/workflows/deploy_pietervdvn.yml index a548dc936..9552190dc 100644 --- a/.github/workflows/deploy_pietervdvn.yml +++ b/.github/workflows/deploy_pietervdvn.yml @@ -13,6 +13,10 @@ jobs: steps: - uses: actions/checkout@v2 + - name: print actor + shell: bash + run: echo ${{ github.actor }} + - name: Set up Node.js uses: actions/setup-node@v3 with: @@ -23,7 +27,7 @@ jobs: - name: install deps run: npm ci shell: bash - + - name: create generated dir run: mkdir ./assets/generated shell: bash