testing vars
This commit is contained in:
parent
1ffaded9a8
commit
a6e4d325ce
11
.github/workflows/ci.yaml
vendored
11
.github/workflows/ci.yaml
vendored
@ -17,4 +17,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo Add oher actions to build,
|
echo Add oher actions to build,
|
||||||
echo test, and deploy your project .
|
echo test, and deploy your project .
|
||||||
|
echo ""
|
||||||
|
check-vars:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "instance address is -> ${{ vars.GIT_INSTANCE_ADDRESS }} "
|
||||||
|
- run: echo "public key is -> ${{vars.GIT_SSH_PUBLIC_KEY }}"
|
||||||
|
check-secrets:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "k8s config token {{secrets.K8S_CONFIG }}"
|
||||||
|
|||||||
3
.github/workflows/firsrtflow.yaml
vendored
3
.github/workflows/firsrtflow.yaml
vendored
@ -12,8 +12,7 @@ jobs:
|
|||||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ gitea.repository }}."
|
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
- name: Add replacement for github download
|
- name: Add replacement for github download
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user