Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 10, 2023
1 parent 13a3f0f commit 898e053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/tpl/test.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
release: [ {{ALL_RELEASES}}, ""]
runs: [ "ubuntu-22.04"]
runs-on: ${{ matrix.runs }}
name: A job to run test sshfs {{VM_NAME}}
name: sshfs {{VM_NAME}}
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
MYTOKEN2: "value2"
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
release: [ {{ALL_RELEASES}}, ""]
runs: [ "ubuntu-22.04"]
runs-on: ${{ matrix.runs }}
name: A job to run test {{VM_NAME}}
name: {{VM_NAME}}
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
MYTOKEN2: "value2"
Expand Down

0 comments on commit 898e053

Please sign in to comment.