Skip to content

Commit

Permalink
Merge pull request #3 from erosa23/erosa23-patch-2
Browse files Browse the repository at this point in the history
Create workflow-test.yml
  • Loading branch information
erosa23 authored Aug 24, 2024
2 parents cdeb9b3 + 7df3cc1 commit 07d6de2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/workflow-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: workflow-test
on: push
env:
user_to_disconnect: 'asdf.asdf'
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: my-step
run: curl ifconfig.me
- name: my-step2
run: echo $user_to_disconnect

0 comments on commit 07d6de2

Please sign in to comment.