Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
linroex committed May 1, 2024
1 parent 7c3a550 commit 41bfc71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Actions Example

on: workflow_dispatch

env:
A: ${{ vars.A }}
B: ${{ vars.B }}
C: ${{ vars.C }}
D: ${{ vars.D }}

jobs:
job-A:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 41bfc71

Please sign in to comment.