Skip to content

Commit

Permalink
README: update example to use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander authored Jan 29, 2024
1 parent 9ab16e1 commit 542c11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Deploy BlueOS Extension
uses: BlueOS-community/Deploy-BlueOS-Extension@v1
uses: BlueOS-community/Deploy-BlueOS-Extension@v1.0.1
# specify the desired variables
with:
docker-username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -48,4 +48,4 @@ jobs:
image-name: 'something-creative'
```

You may also wish to define some [GitHub Action Variables](https://docs.github.com/en/actions/learn-github-actions/variables), which can be modified later / by repository forkers without needing to change the action file. [ES-Alexander/BlueOS-QuickStart](https://github.com/ES-Alexander/BlueOS-QuickStart/blob/main/.github/workflows/deploy.yml) is an example of this.
You may also wish to define some [GitHub Action Variables](https://docs.github.com/en/actions/learn-github-actions/variables), which can be modified later / by repository forkers without needing to change the action file. [ES-Alexander/QuickStart-Python-Extension](https://github.com/ES-Alexander/QuickStart-Python-Extension/blob/main/.github/workflows/deploy.yml) is an example of this.

0 comments on commit 542c11a

Please sign in to comment.