Skip to content

Commit

Permalink
πŸ’š Adjust package.yaml until checkout to test
Browse files Browse the repository at this point in the history
  • Loading branch information
KamyNz committed Jan 30, 2024
1 parent 68f91a9 commit 6d7a885
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/ga-generate-package.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
name: Generate Package
run-name: ${{ github.actor }} to workable demo
on:
push:

on: [push]

defaults:
run:
shell: bash

jobs:
Paackage-Artifact:
runs-on: ubuntu-latest

steps:
- run: echo "πŸŽ‰ The job was automatically triggered by a ${{ github.event_name }} event."
steps:
- name: Checking job variables
run: |
echo "πŸŽ‰ The job was automatically triggered by a ${{ github.event_name }} event."
echo "πŸ”Ž The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/[email protected]

- run: echo "πŸ’‘ The ${{ github.repository }} repository has been cloned to the runner."

0 comments on commit 6d7a885

Please sign in to comment.