Skip to content

Commit 5803eed

Browse files
committed
Update GitHub actions
1 parent 4b3d65f commit 5803eed

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/balena-deploy.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@ jobs:
99
deploy-to-bcr:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
13+
14+
- name: Update balena.yml
15+
uses: balena-io-experimental/balena.yml-action@main
16+
with:
17+
sync_readme: true
18+
sync_tag: true
1319

1420
- name: Deploy to Balena
1521
uses: balena-io/deploy-to-balena-action@master
16-
id: build
1722
with:
1823
balena_token: ${{ secrets.BALENA_TOKEN }}
1924
fleet: maggie0002/python-wifi-connect

0 commit comments

Comments
 (0)