mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-03 12:34:00 +03:00
Remove Gitea workflow for testing variables to streamline CI configuration
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
name: Test Gitea Variables
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- "v*.*.*"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
print-vars:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Print all available Gitea variables
|
|
||||||
run: |
|
|
||||||
echo "ref_name: ${{ gitea.ref_name }}"
|
|
||||||
echo "ref: ${{ gitea.ref }}"
|
|
||||||
echo "repository: ${{ gitea.repository }}"
|
|
||||||
echo "event_name: ${{ gitea.event_name }}"
|
|
||||||
echo "sha: ${{ gitea.sha }}"
|
|
||||||
echo "workflow: ${{ gitea.workflow }}"
|
|
||||||
Reference in New Issue
Block a user