From feeff25c7cd4cd1b0ffa69c9de314aa910009417 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 7 Nov 2024 22:10:59 -0500 Subject: [PATCH] README: fix copy/paste example GitHub requires version tags for actions now. I kinda hate it too. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 625217c..c9b2f10 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To install the latest version of `civo` and use it in GitHub Actions workflows, ```yaml - name: Install civo - uses: civo/action-civo + uses: civo/action-civo@v1.0.1 with: token: ${{ secrets.CIVO_TOKEN }} ``` @@ -33,4 +33,4 @@ Before submitting a pull request, run `npm run package` to package the code [usi ## License -This GitHub Action and associated scripts and documentation in this project are released under the [MIT License](LICENSE). \ No newline at end of file +This GitHub Action and associated scripts and documentation in this project are released under the [MIT License](LICENSE).