Skip to content

Commit

Permalink
test remote action
Browse files Browse the repository at this point in the history
  • Loading branch information
rantanevich committed Mar 15, 2024
1 parent fdd5e7c commit 78b9951
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 86 deletions.
73 changes: 0 additions & 73 deletions .github/actions/mina-names/action.yml

This file was deleted.

26 changes: 13 additions & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
branches:
- deploy-pipeline
# workflow_dispatch:
# inputs:
# environment:
# type: choice
# options:
# - main
# - t-names
workflow_dispatch:
inputs:
environment:
type: choice
options:
- main
- t-names

jobs:
deploy:
Expand All @@ -20,12 +20,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# - name: Checkout GitHub Actions
# uses: actions/checkout@v3
# with:
# repository: Staketab/github-actions
# path: .github/actions
# token: ${{ secrets.GH_TOKEN }}
- name: Checkout GitHub Actions
uses: actions/checkout@v3
with:
repository: Staketab/github-actions
path: .github/actions
token: ${{ secrets.GH_TOKEN }}

- name: Settings
uses: kanga333/variable-mapper@v0.2.2
Expand Down

0 comments on commit 78b9951

Please sign in to comment.