Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Virus-Axel committed Dec 18, 2024
1 parent d5b6e81 commit 98a68fe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/job.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Example Workflow

on:
push:
workflow_dispatch:

jobs:
example_job:
runs-on: ubuntu-latest
steps:
- name: Use Action from Feature Branch
uses: Virus-Axel/godot-asset-library-updater-action@feature/automatic_update

0 comments on commit 98a68fe

Please sign in to comment.