diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 19:31:56 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 19:31:56 +0200 |
commit | dcf9a27c494191a75deb900ec290bdd3e807cdd5 (patch) | |
tree | 01a3001204d84d26596db64c82b8ba57be50251b | |
parent | 136be82628d0769e4e8e0981c5be2bad98b20854 (diff) | |
download | FlightCore-dcf9a27c494191a75deb900ec290bdd3e807cdd5.tar.gz FlightCore-dcf9a27c494191a75deb900ec290bdd3e807cdd5.zip |
Fix broken CI config
-rw-r--r-- | .github/workflows/push-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index de66970c..c79ba46b 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -61,6 +61,6 @@ jobs: steps: - uses: actions/download-artifact@v3 - name: Show folder structure - - run: | + run: | ls -al tree |