testing vars

This commit is contained in:
maximo tejeda 2024-08-15 12:27:31 -04:00
parent 1ffaded9a8
commit a6e4d325ce
2 changed files with 11 additions and 3 deletions

View File

@ -17,4 +17,13 @@ jobs:
run: |
echo Add oher actions to build,
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 }}"

View File

@ -12,8 +12,7 @@ jobs:
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
runs-on: ubuntu-latest
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 "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ gitea.repository }}."
- name: Add replacement for github download