Skip to content

Commit

Permalink
fix: upgrade checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bittermandel committed Dec 15, 2024
1 parent a2b3337 commit fa1e80c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Test molnctl setup
uses: ./
with:
api-token-client-id: ${{ secrets.MOLNETT_CLIENT_ID }}
api-token-client-secret: ${{ secrets.MOLNETT_CLIENT_SECRET }}
default-org: personal
- name: Check molnctl usage
run: molnctl orgs list
- name: Cleanup
run: rm -r ~/.config/molnett
- name: Check out code
uses: actions/checkout@v4
- name: Test molnctl setup
uses: ./
with:
api-token-client-id: ${{ secrets.MOLNETT_CLIENT_ID }}
api-token-client-secret: ${{ secrets.MOLNETT_CLIENT_SECRET }}
default-org: personal
- name: Check molnctl usage
run: molnctl orgs list
- name: Cleanup
run: rm -r ~/.config/molnett

0 comments on commit fa1e80c

Please sign in to comment.