From 79265e1a1f5e7128b44358e93ff598b8e17ebec6 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 16 Sep 2020 12:45:20 -0400 Subject: [PATCH] Revert "Updates the tgs-dmapi-updater action reference (#53777)" (#53778) This reverts commit b9d1644984b38edd490ebbe57c16c326dcb0f76d. --- .github/workflows/update_tgs_dmapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_tgs_dmapi.yml b/.github/workflows/update_tgs_dmapi.yml index fa3bab0430c..077ef25850d 100644 --- a/.github/workflows/update_tgs_dmapi.yml +++ b/.github/workflows/update_tgs_dmapi.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest name: Update the TGS DMAPI steps: - - uses: tgstation/tgs-dmapi-updater@v1.0.5 + - uses: tgstation/tgs-dmapi-updater@v1 with: header-path: 'code/__DEFINES/tgs.dm' library-path: 'code/modules/tgs'