Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guinanlin committed Sep 25, 2023
1 parent 90d7576 commit 96166c3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 测试密钥和变量
on:
workflow_dispatch: #github页面手动触1发

jobs:
get-tags:
runs-on: ubuntu-20.04
env:
TZ: Asia/Shanghai
outputs:
tags: ${{ steps.set-output-id.outputs.tags }}
steps:
- name: set-output
id: set-output-id
run: |
VERSION=bubbles
echo "版本号:{{ var.DOCKER_IMAGE_NAME }}"

0 comments on commit 96166c3

Please sign in to comment.