Skip to content

Commit

Permalink
Sr GitHub actions3 (#212)
Browse files Browse the repository at this point in the history
* fix

* fix missing checkout in deploy script
  • Loading branch information
simen-rekkedal authored Apr 9, 2024
1 parent 2e11c79 commit 39dc0e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-deploy-at.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ jobs:

strategy:
matrix:
environment: [AT21]
environment: [AT21]

steps:
- name: Checkout
uses: actions/checkout@v4

steps:
- name: Azure Login
uses: azure/login@v2
with:
Expand Down

0 comments on commit 39dc0e9

Please sign in to comment.