Skip to content

Commit

Permalink
setting up an automatic update_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Fontanapink committed May 2, 2024
1 parent 119295d commit fd42303
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/workflows/graphs/update_requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
entry: gh-start
executions:
- src:
node: gh-start
port: exec-on-push
dst:
node: gh-checkout
port: exec
- src:
node: gh-checkout
port: exec
dst:
node: gh-ryan-rozario-pipreqs-action-v3-0-0-orange-snake-blue
port: exec
connections: []
nodes:
- id: gh-start
type: gh-start@v1
position:
x: 100
y: 100
settings:
folded: false
- id: gh-checkout
type: github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
position:
x: 450
y: 100
settings:
folded: false
- id: gh-ryan-rozario-pipreqs-action-v3-0-0-orange-snake-blue
type: >-
github.com/ryan-rozario/pipreqs-action@d49032f58167fcc8d6979d6ce4c4fd9cf6ca1592
position:
x: 910
y: 680
inputs:
PROJECT_PATH: mimic\
PROJECT_NAME: mimic
settings:
folded: false
registries:
- github.com/ryan-rozario/[email protected]
description: ''
11 changes: 11 additions & 0 deletions .github/workflows/update_requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on: [push]

jobs:
build-and-publish:
runs-on: ubuntu-latest
name: My workflow
steps:
- name: Execute Action Graph
uses: actionforge/action@5636645834e4a75cbc8c6c204e872ddc27632738 # v0.9.52
with:
graph_file: update_requirements.yml

0 comments on commit fd42303

Please sign in to comment.