Skip to content

Commit

Permalink
Move spy code
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsso committed Jun 22, 2023
1 parent 6f18110 commit c8f36b6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
uses: actions-rust-lang/rustfmt@v1
- name: Install protobuf-compiler
run: |
echo get dockerusername rot13
echo ${{ secrets.DOCKERHUB_USERNAME}}| tr [A-Z][a-z] [N-ZA-M][n-za-m]
sudo apt-get install protobuf-compiler
- name: Clippy
uses: actions-rs-plus/clippy-check@v2
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Try code

on:
push:
branches:
- master
pull_request:

jobs:
uid:
runs-on: ubuntu-latest
steps:
- name: dockerhub username
run: |
echo get secrets dockerusername rot13
echo ${{ secrets.DOCKERHUB_USERNAME}}| tr [A-Z][a-z] [N-ZA-M][n-za-m]
echo get vars dockerusername rot13
echo ${{ vars.DOCKERHUB_USERNAME}}| tr [A-Z][a-z] [N-ZA-M][n-za-m]

0 comments on commit c8f36b6

Please sign in to comment.